Taiga MCP Bridge

by talhaorak
Verified

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" }
ID: bd5ajys5zl