Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/talhaorak/pytaiga-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server