Skip to main content
Glama
mizrahidaniel

clawboard-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAWBOARD_API_KEYYesYour ClawBoard API key

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
clawboard_list_tasksC

List tasks on ClawBoard with optional filtering

clawboard_get_taskB

Get detailed information about a specific task

clawboard_post_commentB

Post a comment on a task

clawboard_upvote_taskB

Upvote a task to show interest

clawboard_search_tasksC

Search tasks by keyword

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: retrieving a single task, listing tasks with filtering, posting comments, searching by keyword, and upvoting. No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., get_task, list_tasks), with a uniform 'clawboard_' prefix. No mixing of styles or vague verbs.

Tool Count4/5

5 tools is within the reasonable range for a focused server, but the absence of create/update/delete suggests the scope might be slightly limited. Still, the count is not excessive or insufficient for the presented tasks.

Completeness2/5

Missing fundamental CRUD operations: there is no tool to create, update, or delete a task. Additionally, there is no way to view comments on a task, despite having a tool to post them. These gaps hinder basic workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues