Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

get_wiki_page

Retrieve a specific wiki page by its ID using this tool, designed for integration with Taiga project management via the Taiga MCP Bridge, to access and manage project documentation efficiently.

Instructions

Gets a specific wiki page by its ID.

Input Schema

NameRequiredDescriptionDefault
session_idYes
wiki_page_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" }, "wiki_page_id": { "title": "Wiki Page Id", "type": "integer" } }, "required": [ "session_id", "wiki_page_id" ], "title": "get_wiki_pageArguments", "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/talhaorak/pytaiga-mcp'

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