Taiga MCP Bridge

by talhaorak
Verified

list_projects

Retrieve a list of projects accessible to the user via their session ID, enabling integration with the Taiga project management platform for AI-driven project oversight.

Instructions

Lists projects accessible to the user associated with the provided session_id.

Input Schema

NameRequiredDescriptionDefault
session_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id" ], "title": "list_projectsArguments", "type": "object" }
ID: bd5ajys5zl