Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

update_issue

Modifies details of an existing issue in Taiga project management through the MCP Bridge, enabling precise issue updates with session and issue IDs.

Instructions

Updates details of an existing issue.

Input Schema

NameRequiredDescriptionDefault
issue_idYes
kwargsYes
session_idYes

Input Schema (JSON Schema)

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