Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
planka_get_structureA

Get the full project/board/list structure. Use this to understand what projects and boards exist before working with cards.

planka_get_boardA

Get a board with all its lists, cards, and labels. Use this to see everything on a board.

planka_create_cardA

Create a new card on a board. Optionally add tasks (checklist items) at the same time.

planka_get_cardA

Get full details of a card including tasks, comments, labels, and attachments.

planka_update_cardB

Update a card's properties (name, description, due date, completion status).

planka_move_cardA

Move a card to a different list or position. Use this for workflow transitions (e.g., 'To Do' -> 'In Progress').

planka_delete_cardA

Permanently delete a card. This cannot be undone.

planka_create_tasksA

Add one or more tasks (checklist items) to a card.

planka_update_taskB

Update a task's name or completion status.

planka_delete_taskA

Delete a task from a card.

planka_manage_labelsB

Create, update, or delete labels on a board.

planka_set_card_labelsA

Add or remove labels from a card. Pass label IDs from the board (planka_get_board lists them), not label names. Reports what actually landed on the card, verified by re-reading it.

planka_add_commentA

Add a comment to a card. Use this for status updates, notes, or agent activity logs.

planka_get_commentsA

Get all comments on a card.

planka_manage_listsA

Create, update, or delete lists on a board.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/omnicoreos/planka-mcp'

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