Taiga MCP Bridge

by talhaorak
Verified

list_wiki_pages

Retrieve and display wiki pages for a specific project in Taiga, enabling efficient access to project documentation and collaboration resources.

Instructions

Lists wiki pages within a specific project.

Input Schema

NameRequiredDescriptionDefault
project_idYes
session_idYes

Input Schema (JSON Schema)

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