Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLANKA_BASE_URLYesYour PLANKA server URL
PLANKA_AGENT_EMAILYesAgent user email
PLANKA_AGENT_PASSWORDYesAgent user password

Capabilities

Features and capabilities supported by this server

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_cardB

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_tasksB

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_labelsC

Add or remove labels from a card.

planka_add_commentA

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

planka_get_commentsB

Get all comments on a card.

planka_manage_listsC

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

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