Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

delete_epic

Remove an epic from Taiga project management platform using its ID. Integrates with Taiga MCP Bridge to streamline project cleanup and maintenance.

Instructions

Deletes an epic by its ID.

Input Schema

NameRequiredDescriptionDefault
epic_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "epic_id": { "title": "Epic Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "epic_id" ], "title": "delete_epicArguments", "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