Backlog MCP Server

by fleagne
Verified

backlog_get_wikis

Retrieve wiki pages from a Backlog project by specifying the project ID/key. Use keywords to filter and search relevant content within the wikis.

Instructions

Performs list wikis get using the Backlog Wiki API

Input Schema

NameRequiredDescriptionDefault
keywordsNoKeyword for searching
projectIdOrKeyYesProject ID or Project Key

Input Schema (JSON Schema)

{ "properties": { "keywords": { "description": "Keyword for searching", "type": "string" }, "projectIdOrKey": { "description": "Project ID or Project Key", "type": "string" } }, "required": [ "projectIdOrKey" ], "type": "object" }

You must be authenticated.

Other Tools from Backlog MCP Server

Related Tools

ID: ekxpemr97g