Backlog MCP Server

get_wiki_pages

Search for Wiki pages within a Backlog project using a keyword. Input the project ID or key to retrieve a list of relevant pages for efficient project documentation management.

Instructions

Returns list of Wiki pages

Input Schema

NameRequiredDescriptionDefault
keywordNoKeyword to search for in Wiki pages
projectIdOrKeyYesProject ID or project key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keyword": { "description": "Keyword to search for in Wiki pages", "type": "string" }, "projectIdOrKey": { "description": "Project ID or project key", "type": [ "string", "number" ] } }, "required": [ "projectIdOrKey" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nulab/backlog-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server