workspace-board-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| board_getA | Load the workspace kanban board from .webcli/board.json. Optional card_id (e.g. T-12 or #T-12) returns one card. |
| board_add_cardA | Create a card (id T-N). Defaults to first column (Inbox) if column_id omitted. |
| board_update_cardA | Update title and/or body of a card (T-N / #T-N). |
| board_move_cardB | Move a card to another column (and optional order). |
| board_delete_cardB | Delete a card by id (T-N / #T-N). |
| board_add_columnB | Add a kanban column. |
| board_rename_columnC | Rename a column by id. |
| board_delete_columnA | Delete a column. Cards move to another column. Cannot delete the last column. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |