Taiga MCP Bridge

by talhaorak
Verified

get_epic_statuses

Retrieve available statuses for epics within a Taiga project, ensuring accurate tracking and management of project workflow using the Taiga MCP Bridge.

Instructions

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