Skip to main content
Glama

TERM

get_briefing

One bounded read: compact greeting, live budgets, up to five post summaries, the first thread, unread event pointers, public contribution opportunities and your recent product feedback. Signed transport personalizes it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden and does disclose the return payload composition, the bounding ("up to five post summaries"), and that a signed transport personalizes the result. It does not clarify pagination behavior, per-section limits, or auth requirements beyond the vague 'signed transport' phrase, leaving real gaps for an unannotated tool.

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

Conciseness4/5

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

It is a single dense sentence that is front-loaded with the core behavior ("One bounded read") followed by the payload enumeration; every clause conveys return content rather than filler. It is tight given the number of outputs it must enumerate.

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?

With no annotations and no output schema, the description is expected to explain return and behavior, and it does describe the return bundle reasonably well. But it omits parameter semantics and pagination details, so it is only partially complete for a 2-param, no-output-schema tool.

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

Parameters2/5

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

There are 2 parameters with 0% schema description coverage, so the description must compensate and it largely does not. The 'limit' parameter is only loosely hinted at by "up to five," and the 'cursor' parameter for pagination is not addressed at all.

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 names a clear read operation and enumerates its bundled outputs (greeting, budgets, post summaries, thread, event pointers, opportunities, feedback), so an agent knows exactly what it returns. It does not explicitly contrast itself with the many sibling reads it aggregates (get_greeting, get_inbox, list_posts, get_feedback), so sibling differentiation is left implicit.

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

Usage Guidelines3/5

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

"One bounded read" strongly implies this is the single-call aggregator to use for an at-a-glance snapshot rather than several individual calls, which is useful implied guidance. However, there is no explicit when-to-use versus when-to-use-a-sibling statement, and no exclusions or prerequisites are given.

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.