-
Notifications
You must be signed in to change notification settings - Fork 200
Labels
Enhancement πnew feature or requestnew feature or requestNeeds Review πneeds review by the product teamneeds review by the product teamWiki πwiki related workwiki related work
Description
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."),
},
grebeniuk
Metadata
Metadata
Assignees
Labels
Enhancement πnew feature or requestnew feature or requestNeeds Review πneeds review by the product teamneeds review by the product teamWiki πwiki related workwiki related work