Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_membership_manager

Manage board memberships on Planka Kanban boards by performing actions like creating, updating, deleting, or retrieving user roles and permissions for efficient team collaboration.

Instructions

Manage board memberships with various operations

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
boardIdNoThe ID of the board
canCommentNoWhether the user can comment on the board
idNoThe ID of the membership
roleNoThe role of the user in the board
userIdNoThe ID of the user

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The action to perform", "enum": [ "get_all", "create", "get_one", "update", "delete" ], "type": "string" }, "boardId": { "description": "The ID of the board", "type": "string" }, "canComment": { "description": "Whether the user can comment on the board", "type": "boolean" }, "id": { "description": "The ID of the membership", "type": "string" }, "role": { "description": "The role of the user in the board", "enum": [ "editor", "viewer" ], "type": "string" }, "userId": { "description": "The ID of the user", "type": "string" } }, "required": [ "action" ], "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/gcorroto/mcp-planka'

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