Taiga MCP Bridge

by talhaorak
Verified

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" }
ID: bd5ajys5zl