Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

unassign_task_from_user

Remove user assignment from a specific task in Taiga project management by setting the assigned user to null, streamlining task reallocation and updates.

Instructions

Unassigns a specific task (sets assigned user to null).

Input Schema

NameRequiredDescriptionDefault
session_idYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" }, "task_id": { "title": "Task Id", "type": "integer" } }, "required": [ "session_id", "task_id" ], "title": "unassign_task_from_userArguments", "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