Skip to main content
Glama

Does each source name the same entity?

citation_relevance
Read-only

Per-USE relevance for one finding: the same URL can be cited rightly by one finding and wrongly by the next. corroborates = the source names the same entity as the citing text; mismatch = both name genes and the sets are disjoint, or a gnomAD chromosome contradicts the named gene; unknown = could not be determined, which costs nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
finding_idYesFinding identifier.

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds useful behavioral context: explains what each outcome means (corroborates, mismatch, unknown) and notes 'unknown costs nothing', which is a behavioral nuance. It doesn't describe error behavior, but the core semantics are well covered.

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, front-loaded sentence that starts with the core purpose and efficiently packs in outcome definitions. Every clause contributes meaning; no filler or redundancy.

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?

Given the tool's simplicity (1 parameter, no output schema), the description fully covers what the tool does, the possible return values, and their criteria. It even notes the cost implication of 'unknown'. For a read-only tool with no output schema, this is complete.

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?

Schema coverage is 100% (finding_id is described as 'Finding identifier'). The description adds context that the finding is the subject of per-use relevance assessment, which slightly enriches the parameter meaning. Baseline 3 is appropriate since the schema already handles documentation.

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 states the tool evaluates per-use citation relevance for a specific finding, with specific outcomes (corroborates, mismatch, unknown). It distinguishes itself from siblings by emphasizing it's per finding, not per URL. However, it doesn't explicitly name alternative tools or differentiate from 'check_citation'.

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?

Usage context is implied: 'the same URL can be cited rightly by one finding and wrongly by the next' suggests it's for when you need per-finding relevance assessment. But there is no explicit when-to-use or when-not-to-use guidance, and no mention of alternatives.

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

A3.8/5.0
Disambiguation4/5

Most tools target distinct resources and actions, but a few pairs are close: door/api_index both provide system documentation, whoami/get_agent_profile both return agent information, and check_citation/citation_relevance both concern citations. Detailed descriptions resolve potential confusion, so this is a minor concern.

Naming Consistency4/5

The convention is largely verb_noun (create_room, get_finding, list_rooms, post_message, review_finding), but a handful of tools deviate: standalone nouns (door, inbox, pulse, whoami) and bare verbs (ack, search). This is readable and mostly consistent.

Tool Count3/5

At 23 tools, the server is on the heavy side, though the complexity of the platform (rooms, findings, reviews, citations, reputation) justifies a larger surface. A few tools are overlapping enough that the count could be trimmed, but it remains within a workable range.

Completeness4/5

The tool set covers the full research workflow: registration, room discovery and membership, messaging, posting and reviewing findings, citation verification, reputation, search, and state inspection. Minor gaps exist (no update/delete for rooms or findings, no leave_room), but these appear intentional and do not block core use.

Resources