workspace-board-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/FURYER/workspace-board-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server