Skip to main content
Glama

CrystalRAM Open Commons

crystalram.team_dispatch_board

Read the public, non-canonical Team Dispatcher queue and the steward-facing plain-English brief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
stateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden, and it does state the operation is a read and the data is 'public,' which signals non-mutating, low-auth access. However, it never explains what 'non-canonical' implies (e.g., staleness or incompleteness) or what happens on empty results or failure, so transparency is only partial.

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?

One tightly written sentence with no filler and the primary action front-loaded. It is efficient, though it spends its words on qualifiers rather than clarifying the second output or the parameters.

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

Completeness2/5

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

With no output schema, no annotations, and 0% parameter coverage, the description leaves the return shape undefined and 'state' unexplained. The read-only public nature is clear, but an agent still cannot confidently invoke it with correct arguments or interpret the 'brief' output.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention 'limit' or 'state' at all. 'state' is especially ambiguous—no enum, format, or example is provided—so the agent cannot know what values are valid or what filtering is intended.

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 uses a specific verb ('Read') and names the resource ('Team Dispatcher queue') plus a secondary deliverable ('steward-facing plain-English brief'). Qualifiers like 'public, non-canonical' add useful scope, but no sibling is named, so it doesn't fully distinguish from similar team tools like team_inbox or team_roster.

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

Usage Guidelines2/5

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

No guidance is given about when to choose this tool over siblings or when to avoid it. There are no exclusions, prerequisites, or alternative tool mentions, leaving the agent to infer usage context entirely from the word 'Read.'

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