Taiga MCP Bridge

by talhaorak
Verified

get_user_story

Retrieve detailed information about a specific user story by its ID using the Taiga MCP Bridge, enabling integration with AI systems for project management.

Instructions

Gets detailed information about a specific user story by its ID.

Input Schema

NameRequiredDescriptionDefault
session_idYes
user_story_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" }, "user_story_id": { "title": "User Story Id", "type": "integer" } }, "required": [ "session_id", "user_story_id" ], "title": "get_user_storyArguments", "type": "object" }
ID: bd5ajys5zl