Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

list_epics

Retrieve and filter epics from a specific Taiga project using session and project IDs, enabling efficient project management and task tracking.

Instructions

Lists epics within a specific project, optionally filtered.

Input Schema

NameRequiredDescriptionDefault
filtersYes
project_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "filters": { "title": "filters", "type": "string" }, "project_id": { "title": "Project Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id", "filters" ], "title": "list_epicsArguments", "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