Skip to main content
Glama

Kanban MCP Server

by 0Thomas1

set-prioity

Update task priority in Kanban-style workflows. Specify task ID and new priority (low, medium, high) to streamline task management and enhance productivity.

Instructions

set a task to a different priority

Input Schema

NameRequiredDescriptionDefault
new_priorityYes
task_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "new_priority": { "enum": [ "low", "medium", "high" ], "type": "string" }, "task_id": { "type": "string" } }, "required": [ "task_id", "new_priority" ], "type": "object" }

Other Tools from Kanban MCP Server

Related Tools

    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/0Thomas1/Kanban-MCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server