Taiga MCP Bridge

by talhaorak
Verified

create_task

Enables AI systems to create and manage tasks within Taiga projects by specifying project ID, subject, and session details for streamlined project coordination.

Instructions

Creates a new task 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_taskArguments", "type": "object" }
ID: bd5ajys5zl