Skip to main content
Glama

taskops_board

See what your task board needs now: get a pulse of cards grouped by required action (review, merge, changes, blocked) to prioritize next steps.

Instructions

THE pulse: what the board is waiting for, grouped by the move each card needs (MERGE, MENTIONS, REVIEW, CHANGES, STALLED, TAKE, DOING, REVIEWING, BLOCKED). Open every turn with this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tzNotimezone for those days, e.g. Europe/Madrid (default UTC)
actorNowho is speaking, when it is not the session's own identity. Sub-agents share the session's ONE MCP server, so a spawned worker MUST pass the agent:<dev>/<name> its brief names on EVERY taskops call — without it the board hears the orchestrator.
windowNohours over the last N calendar days, e.g. "7d"
milestoneNoms-… to focus one chapter; default: the open one
repo_pathNoanother project's board, by any path inside it. Default: the board this server started in. The host runs ONE MCP server per session, pinned to the directory it opened, so without this a second project is unreachable and the work leaves through curl instead of the tools.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of disclosing behavior. It explains that results are grouped by the required move and lists the group labels, which is useful. However, it does not explicitly state that this is a read-only operation or describe any side effects, return format, or pagination behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus an imperative, with no wasted words. It is front-loaded with the tool's purpose ('THE pulse') and immediately follows with the grouping detail. Every element earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description should explain what the tool returns to be complete. It lists the group names but does not say what each group contains (e.g., card count, IDs), nor how parameters like 'window' or 'milestone' alter the result. The tool is usable but leaves some ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so all five parameters are documented. The description adds no additional parameter-level detail beyond the schema, such as how the window or milestone affects the grouping. Since the schema handles parameter semantics, the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly indicates this tool provides an overview of the board's current state ('what the board is waiting for') grouped by required actions. It distinguishes itself from sibling action tools (take, merge, etc.) by being a high-level status read. However, it lacks an explicit verb like 'get' or 'list', relying on implication.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The instruction 'Open every turn with this' provides clear timing for when to use the tool. It does not explicitly exclude cases or name alternatives, but the grouping of moves implies it should be used before acting on specific cards. A stronger version would mention using it before taskops_take or taskops_merge.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bernatch22/taskops'

If you have feedback or need assistance with the MCP directory API, please join our Discord server