Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

create_user_story

Leverage AI to generate user stories in Taiga projects by specifying project ID, session ID, subject, and additional parameters for efficient project management and collaboration.

Instructions

Creates a new user story within a project.

Input Schema

NameRequiredDescriptionDefault
kwargsYes
project_idYes
session_idYes
subjectYes

Input Schema (JSON Schema)

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