Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PANEL_TODO_PROJECT_DIRYesPath to your project directory for local todos

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
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
panelTodo_addA

Add a new todo item to Panel Todo (local storage)

panelTodo_listA

List all current todo items from Panel Todo (local storage)

panelTodo_completeA

Mark a todo as complete and remove it from the list

panelTodo_removeA

Remove a todo from the list without completing it

panelTodo_updateA

Update the text of an existing todo item

panelTodo_configureC

Configure Panel Todo Pro connection (API URL, token, project)

panelTodo_listIssuesB

List all issues from Panel Todo Pro (requires Pro configuration)

panelTodo_searchIssuesA

Search issues with text query and filters. More powerful than listIssues for finding specific issues.

panelTodo_addIssueA

Create a new issue in Panel Todo Pro. For sprint planning, include a description with: (1) implementation approach, (2) key tasks/steps, and (3) acceptance criteria.

panelTodo_batchCreateIssuesA

Create multiple issues at once. Useful for sprint planning when creating many related issues.

panelTodo_updateIssueC

Update an existing issue in Panel Todo Pro

panelTodo_completeIssueB

Mark an issue as done in Panel Todo Pro

panelTodo_deleteIssueA

Permanently delete an issue from Panel Todo Pro

panelTodo_getIssueA

Get details of a specific issue by ID or key (e.g., "PT-1")

panelTodo_listSprintsC

List all sprints from Panel Todo Pro

panelTodo_getSprintA

Get details of a specific sprint including its issues

panelTodo_createSprintA

Create a new sprint in Panel Todo Pro

panelTodo_startSprintA

Start a sprint (change status from planning to active)

panelTodo_completeSprintA

Complete a sprint and optionally move incomplete issues to backlog

panelTodo_deleteSprintA

Delete a sprint. Cannot delete the default Backlog sprint.

panelTodo_updateSprintA

Update an existing sprint name, dates, or description

panelTodo_moveIssueToSprintB

Move an issue to a specific sprint

panelTodo_getBacklogA

List issues not assigned to any active sprint (backlog items)

panelTodo_listProjectsA

List all your Panel Todo Pro projects

panelTodo_switchProjectA

Switch to a different Panel Todo Pro project

panelTodo_createProjectB

Create a new Panel Todo Pro project

panelTodo_deleteProjectA

Permanently delete a project and all its issues, sprints, and tags. This action cannot be undone.

panelTodo_listTagsA

List all tags for the current project

panelTodo_createTagB

Create a new tag in the current project

panelTodo_updateTagA

Update an existing tag name or color

panelTodo_deleteTagB

Delete a tag from the project

panelTodo_addTagToIssueB

Add a tag to an issue

panelTodo_removeTagFromIssueB

Remove a tag from an issue

panelTodo_listCommentsA

List all comments on an issue

panelTodo_addCommentB

Add a comment to an issue

panelTodo_updateCommentA

Update the content of an existing comment. You can only update your own comments.

panelTodo_deleteCommentA

Delete a comment from an issue. You can only delete your own comments.

panelTodo_statusA

Check Panel Todo configuration and Pro status

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
instructionsGuidelines for AI assistants on when and how to use Panel Todo

TDQS

B3.4/5.0

Scored across 38 tools

Disambiguation4/5

Most tools target distinct resources and actions, but panelTodo_complete and panelTodo_remove both remove todos (differing only in completion status), and listIssues/searchIssues/getBacklog overlap in listing issues with different filters. The descriptions clearly distinguish these cases, so overall it remains unambiguous.

Naming Consistency4/5

All tools share the consistent panelTodo_ prefix and use lowerCamelCase verb_noun style. The only deviation is panelTodo_status, which uses a noun instead of a verb. The pattern is otherwise predictable and coherent.

Tool Count2/5

With 38 tools, the count far exceeds the typical threshold of 25 and feels heavy for a server named 'panel-todo'. While the scope covers many entities, several tools overlap (e.g., complete vs remove, list vs search vs backlog) and could be consolidated. The count would be more appropriate if split into separate local and Pro servers.

Completeness4/5

The tool set provides full CRUD coverage for issues, sprints, tags, and comments, along with essential operations for local todos and projects. The only notable gap is the lack of an updateProject tool, but agents can work around this by using switchProject or recreating projects. Overall, the domain is well covered with minor dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues