Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

update_user_story

Modifies existing user stories in Taiga project management platform by updating their details via the MCP Bridge. Requires session ID, user story ID, and specific parameters.

Instructions

Updates details of an existing user story.

Input Schema

NameRequiredDescriptionDefault
kwargsYes
session_idYes
user_story_idYes

Input Schema (JSON Schema)

{ "properties": { "kwargs": { "title": "kwargs", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "user_story_id": { "title": "User Story Id", "type": "integer" } }, "required": [ "session_id", "user_story_id", "kwargs" ], "title": "update_user_storyArguments", "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