Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

get_milestone_stats

Retrieve detailed statistics for a specific milestone, including total points and completed points, from the Taiga project management platform using session and milestone IDs.

Instructions

Gets statistics (total points, completed points, etc.) for a specific milestone.

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": "get_milestone_statsArguments", "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