Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

update_milestone

Modify an existing milestone's details in Taiga project management via Taiga MCP Bridge by providing session ID, milestone ID, and updated data.

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