Taiga MCP Bridge

by talhaorak
Verified

list_all_projects

Retrieve all projects accessible to the user on the Taiga platform using a session ID. Admin privileges provide access to the complete project list.

Instructions

Lists all projects visible to the user (requires admin privileges for full list). Uses 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_all_projectsArguments", "type": "object" }
ID: bd5ajys5zl