Taiga MCP Bridge

by talhaorak
Verified

get_task

Retrieve detailed task information by ID using the Taiga MCP Bridge to access and manage tasks within the Taiga project management platform.

Instructions

Gets detailed information about a specific task by its ID.

Input Schema

NameRequiredDescriptionDefault
session_idYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" }, "task_id": { "title": "Task Id", "type": "integer" } }, "required": [ "session_id", "task_id" ], "title": "get_taskArguments", "type": "object" }
ID: bd5ajys5zl