Taiga MCP Bridge

by talhaorak
Verified

update_project

Modify existing project details within the Taiga project management platform using session ID and project ID via the MCP server, ensuring accurate and up-to-date project information.

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