Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_project_board_manager

Automate project and board management on Planka Kanban boards. Perform actions like creating, updating, deleting boards, retrieving summaries, and organizing tasks through structured API operations.

Instructions

Manage projects and boards with various operations

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
boardIdNoThe ID of the board to get a summary for
idNoThe ID of the project or board
includeCommentsNoWhether to include comments for each card
includeTaskDetailsNoWhether to include detailed task information for each card
nameNoThe name of the board
pageNoThe page number for pagination (1-indexed)
perPageNoThe number of items per page
positionNoThe position of the board
projectIdNoThe ID of the project
typeNoThe type of the board

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The action to perform", "enum": [ "get_projects", "get_project", "get_boards", "create_board", "get_board", "update_board", "delete_board", "get_board_summary" ], "type": "string" }, "boardId": { "description": "The ID of the board to get a summary for", "type": "string" }, "id": { "description": "The ID of the project or board", "type": "string" }, "includeComments": { "default": false, "description": "Whether to include comments for each card", "type": "boolean" }, "includeTaskDetails": { "default": false, "description": "Whether to include detailed task information for each card", "type": "boolean" }, "name": { "description": "The name of the board", "type": "string" }, "page": { "description": "The page number for pagination (1-indexed)", "type": "number" }, "perPage": { "description": "The number of items per page", "type": "number" }, "position": { "description": "The position of the board", "type": "number" }, "projectId": { "description": "The ID of the project", "type": "string" }, "type": { "description": "The type of the board", "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Planka 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/gcorroto/mcp-planka'

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