Skip to content

wiki_get_page_content does not support getting a wiki page by URLΒ #170

@KnicKnic

Description

@KnicKnic

It is useful for other sources that reference these wikis by url to download the document by URL. We should extend wiki_get_page_content to support getting a wiki page by URL.

Desire is to augment the function to have this functionality and parameters

    "Retrieve wiki page content. Provide either a 'url' parameter OR the combination of 'wikiIdentifier' and 'project' parameters.",
    {
      url: z.string().optional().describe("The full URL of the wiki page to retrieve content for. If provided, wikiIdentifier, project, and path are ignored."),
      wikiIdentifier: z.string().optional().describe("The unique identifier of the wiki. Required if url is not provided."),
      project: z.string().optional().describe("The project name or ID where the wiki is located. Required if url is not provided."),
      path: z.string().optional().describe("The path of the wiki page to retrieve content for. Optional, defaults to root page if not provided."),
    },

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions