Taiga MCP Bridge

by talhaorak
Verified

get_wiki_page_by_slug

Retrieve a specific wiki page by its slug within a Taiga project using the session ID and project ID. Enables quick access to project documentation and collaboration resources.

Instructions

Gets a specific wiki page by its slug within a project.

Input Schema

NameRequiredDescriptionDefault
project_idYes
session_idYes
slugYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" }, "slug": { "title": "Slug", "type": "string" } }, "required": [ "session_id", "project_id", "slug" ], "title": "get_wiki_page_by_slugArguments", "type": "object" }
ID: bd5ajys5zl