Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

update_project

Modifies existing project details on the Taiga project management platform using session and project IDs, enabling streamlined project updates through AI integration.

Instructions

Updates details of an existing project.

Input Schema

NameRequiredDescriptionDefault
kwargsYes
project_idYes
session_idYes

Input Schema (JSON Schema)

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