Skip to main content
Glama

Kanban MCP Server

by 0Thomas1

create-task

Create a new task with a title and description in the Kanban MCP Server. Organize and manage Kanban-style tasks with clear priorities, tags, and status tracking.

Instructions

create a new todo task

Input Schema

NameRequiredDescriptionDefault
descriptionYes
task_titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "task_title": { "type": "string" } }, "required": [ "task_title", "description" ], "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