Skip to main content
Glama

concordance

report

Report a community item (group_contribution, mesh_message, door_note) to the moderation floor. One report is a claim, never a verdict; at three DISTINCT reporters the item is held for a HUMAN steward's review (Deut 19:15). The counter never judges — it decides when a person must look. A report must be SIGNED (call moderation_signable first): three witnesses means three keys, never three invented names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
noteNo
fieldsYesthe exact fields from moderation_signable
reasonYes
signatureYesdetached signature over those bytes
target_idYes

TDQS

A4.4/5.0
Behavior5/5

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

No annotations are provided, so the description carries full responsibility. It discloses important behaviors: one report is never a verdict, three distinct reporters trigger human review, the counter only decides when a human must look, and signatures are required (with a warning against invented names). This is rich, non-obvious behavioral context.

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?

The description is moderately long but each sentence adds value: the first states purpose, the second explains the claim/verdict and threshold, the third clarifies the counter's role, and the fourth explains the signing requirement. It front-loads the purpose and avoids redundancy, though a more compact phrasing could make it even sharper.

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?

The description gives a solid overview of the tool's behavior and prerequisites, but it lacks details about the return value or output format. With no output schema, the agent does not learn what to expect after submitting a report (e.g., report ID, status, or error conditions). It also does not explicitly enumerate valid kinds or explain the 'note' field, leaving minor gaps for effective invocation.

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?

Schema description coverage is low (33%), so the description must compensate. It clarifies 'kind' by listing (group_contribution, mesh_message, door_note), explains 'fields' as coming from moderation_signable, and 'signature' as a detached signature. It also implies 'target_id' and 'reason' contextually. However, the optional 'note' parameter is not explained, and 'kind' is not explicitly defined as an enum.

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 function: 'Report a community item (group_contribution, mesh_message, door_note) to the moderation floor.' The verb 'Report' and the specific resource types make the purpose unambiguous, and it distinguishes itself from sibling tools like curate by focusing on moderation reports.

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 description provides clear context for when to use the tool: reporting community items for moderation. It also gives a key prerequisite: 'A report must be SIGNED (call moderation_signable first).' However, it does not explicitly mention alternatives or exclusions (e.g., when not to use this tool), so it falls short of a 5.

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.

TDQS

C2.6/5.0
Disambiguation2/5

Several tools are near-duplicates: read_passage and resolve both fetch WEB text for a reference; word_study already includes every occurrence that word_occurrences returns; coach_next and coach_recommend both answer 'what's next.' Search/locate/cards_browse also overlap as discovery entry points, making tool selection ambiguous despite detailed descriptions.

Naming Consistency3/5

Most names follow an object_verb snake_case pattern (cards_browse, study_create, seal_fetch), but there are many bare verbs/nouns (ask, audit, resolve, verify, canon, harmony) and inconsistent singular/plural pairs (card_get vs cards_browse, group_create vs groups_list, want_open vs wants_list). No camelCase, but the convention is not uniform.

Tool Count1/5

86 tools is an extreme count for any single MCP server, far beyond the 3-15 well-scoped range; even a broad platform would be hard for an agent to navigate. Many tools belong to unrelated subdomains (coach, steward, mesh, calendar), making the surface unwieldy.

Completeness2/5

The want/offer flow has no accept/close tool, so an agent can open a want and offer a source but never see it resolved. Group and calendar coverage are one-directional (create/join only; no leave/delete/list/update), and there is no badge listing or way to update a study group. Core reading/verification/shelf flows are solid, but lifecycle gaps remain.