Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

delete_task

Remove tasks from Taiga project management platform by specifying the task ID and session ID, streamlining task management through the Taiga MCP Bridge integration.

Instructions

Deletes a 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": "delete_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