Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

update_task

Modify existing task details in Taiga project management platform using session ID, task ID, and updated parameters. Facilitates AI-enabled task management through Taiga MCP Bridge integration.

Instructions

Updates details of an existing task.

Input Schema

NameRequiredDescriptionDefault
kwargsYes
session_idYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "kwargs": { "title": "kwargs", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "task_id": { "title": "Task Id", "type": "integer" } }, "required": [ "session_id", "task_id", "kwargs" ], "title": "update_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