Taiga MCP Bridge

by talhaorak
Verified

get_epic

Retrieve detailed information about a specific epic by its ID using the connected Taiga project management platform via the MCP bridge.

Instructions

Gets detailed information about a specific epic by its ID.

Input Schema

NameRequiredDescriptionDefault
epic_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "epic_id": { "title": "Epic Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "epic_id" ], "title": "get_epicArguments", "type": "object" }
ID: bd5ajys5zl