Taiga MCP Bridge

by talhaorak
Verified

get_task_statuses

Retrieve the available task statuses for a specific project using the Taiga MCP Bridge, enabling AI systems to manage and track task progress effectively.

Instructions

Lists the available statuses for tasks 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": "get_task_statusesArguments", "type": "object" }
ID: bd5ajys5zl