Skip to content

Recent periodic notes endpoint doesn't exist? #92

@WildPress

Description

@WildPress

I'm looking at the Local Rest API docs and I don't see a /periodic/{period}/recent/ endpoint listed there, but it's in the docs for this MCP server.

How is the /obsidian_get_recent_periodic_notes endpoint supposed to work without this, please?

def get_recent_periodic_notes(self, period: str, limit: int = 5, include_content: bool = False) -> Any:

url = f"{self.get_base_url()}/periodic/{period}/recent"

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions