Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

delete_milestone

Remove a milestone from Taiga project management by specifying its ID using the 'delete_milestone' tool in the Taiga MCP Bridge, ensuring efficient project tracking and updates.

Instructions

Deletes a milestone by its ID.

Input Schema

NameRequiredDescriptionDefault
milestone_idYes
session_idYes

Input Schema (JSON Schema)

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