Taiga MCP Bridge

by talhaorak
Verified

get_project

Retrieves detailed project data from Taiga using a project ID and session ID, enabling efficient project management integration and data access for AI systems via the Taiga MCP Bridge.

Instructions

Gets detailed information about a specific project by its ID.

Input Schema

NameRequiredDescriptionDefault
project_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id" ], "title": "get_projectArguments", "type": "object" }
ID: bd5ajys5zl