Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

update_milestone

Modify details of an existing milestone in Taiga project management via the Taiga MCP Bridge, enabling AI systems to update project progress efficiently.

Instructions

Updates details of an existing milestone.

Input Schema

NameRequiredDescriptionDefault
kwargsYes
milestone_idYes
session_idYes

Input Schema (JSON Schema)

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