Skip to main content
Glama
chmald
by chmald

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoHTTP port used when MCP_TRANSPORT=sse3001
MCP_TRANSPORTNoMCP transport mode: stdio or ssestdio
PLANKA_API_KEYNoPlanka API key sent as X-Api-Key
PLANKA_BASE_URLYesYour Planka instance URLhttp://localhost:3000
PLANKA_PASSWORDNoPlanka password
PLANKA_USERNAMENoPlanka username or email
ENABLE_ALL_TOOLSNoEnable all 27 toolsfalse
ENABLE_ADMIN_TOOLSNoEnable admin toolsfalse
ENABLE_OPTIONAL_TOOLSNoEnable optional toolsfalse
PLANKA_HTTP_MAX_RETRIESNoMax retry attempts for transient HTTP/network failures per request2
PLANKA_HTTP_RETRY_BASE_DELAY_MSNoBase retry delay in milliseconds (exponential backoff)250

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
authB

Authentication operations for login flows, token management, and terms acceptance.

bootstrapB

Get Planka application bootstrap data including current user, projects, boards, and notifications.

projectsB

Manage Planka projects. Projects are top-level containers for boards.

boardsC

Manage Planka boards. Boards contain lists and cards for organizing work.

listsB

Manage Planka lists. Lists are columns on a board that contain cards.

cardsC

Manage Planka cards. Cards are individual work items on a board.

commentsC

Manage comments on Planka cards.

tasksB

Manage task lists and tasks on Planka cards. Tasks are checklist items within a card.

labelsB

Manage labels on Planka boards and cards. Labels help categorize and filter cards.

cardMembersC

Manage user assignments on Planka cards.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct Planka resource or function: projects, boards, lists, cards, comments, tasks, labels, cardMembers, plus bootstrap and auth. There is no overlap in primary purpose, and even the potentially confusing lists vs. tasks are clearly differentiated by their descriptions (columns vs. checklist items).

Naming Consistency4/5

Tool names are mostly single lowercase nouns representing resources (projects, boards, lists, cards), which is a consistent pattern. However, 'cardMembers' uses camelCase breaking the all-lowercase convention, and 'bootstrap' and 'auth' are not resource CRUD names, creating minor semantic deviation.

Tool Count5/5

With 10 tools covering core Planka entities and operations, the count is well-scoped for the domain. It is neither too thin nor overly heavy, fitting comfortably within the typical 3-15 tool range for a focused CRUD server.

Completeness4/5

The tool set covers the primary resource lifecycle for projects, boards, lists, cards, comments, tasks, labels, and members, which is sufficient for most workflow needs. Minor gaps exist (e.g., no explicit search, activity log, or attachment support), but these are not critical for baseline operations.

Maintenance

ActivityInactive
ResponsivenessNo issues