Skip to main content
Glama

Get Board Briefing

get_board_state
Read-only

Use this when the user asks 'what's on my board?', 'what am I working on?', or any question that needs the shape of the whole board. By default returns a digest: how many tasks there are, the columns and their counts, projects, the active sprint, everything currently in Doing, what is overdue, what is next in Todo, and what closed recently — enough to answer most questions in a fraction of the context. Drill down with list_tasks (by column, sprint or project) or search; use detail:'full' only when you genuinely need every field of every task, which on a large board can exceed a client's response limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoHow much to return. 'digest' (default) is a briefing about the board; 'full' is every field of every task, capped at 200 tasks.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description goes further by detailing exactly what the digest includes (counts, columns, projects, active sprint, Doing items, overdue, next Todo, recently closed) and warns that 'full' can exceed response limits. This adds substantial behavioral context beyond the annotations without contradicting them.

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 front-loaded with usage conditions, then details the digest contents, then gives alternatives and warnings. Every sentence serves a purpose, and there is no filler. It is dense but highly informative.

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

Completeness5/5

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

For a read-only tool with one parameter and no output schema, the description fully equips an agent to decide when to call it, what to expect from each detail level, and how to route to alternatives. Nothing critical is missing.

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

Parameters4/5

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

The schema description covers 100% of the single parameter 'detail', but the tool description adds extra meaning by explaining that 'digest' is a briefing and 'full' is every field capped at 200 tasks. This goes beyond the schema's description, providing important practical context (the cap) that aids selection.

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

Purpose5/5

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

The description clearly states the tool's purpose with a specific verb ('get board state') and resource ('whole board'), and explicitly mentions the user intents it addresses ('what's on my board?'). It also differentiates from siblings by naming list_tasks and search as drill-down alternatives, making it unmistakable.

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

Usage Guidelines5/5

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

It provides explicit when-to-use guidance tied to user queries, and when-not-to-use guidance for detail:'full' due to response limits. It names the alternative tools (list_tasks, search) and explains when they are appropriate, leaving no ambiguity.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources