Skip to main content
Glama

get_most_referenced_specs

Get the most referenced (most important) specifications ranked by incoming reference count.

    Args:
        doc_type: Filter by "3gpp" or "ietf"
        series: Filter by series number
        limit: Maximum results (default: 20)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
seriesNo
doc_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It explains the core query behavior and parameters but does not disclose additional details such as data source, sorting order, or side effects. It is clearly a read operation, but deeper behavioral context is missing.

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 concise, front-loaded with the main purpose, and uses a structured Args list for parameters. Every sentence adds value with no redundancy.

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

Completeness4/5

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

With an output schema present and a straightforward aggregation tool, the description covers the essential purpose and parameters. It could explicitly state that results are in descending order by reference count, but 'ranked' implies this. Overall complete for the tool's complexity.

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 0%, but the description compensates by explaining each parameter: doc_type filters to '3gpp' or 'ietf', series filters by series number, and limit sets maximum results with a default of 20. This adds meaningful semantics beyond the bare schema.

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 specifies the action ('Get'), the resource ('most referenced specifications'), and the ranking criterion ('by incoming reference count'). It distinguishes from siblings like get_spec_references by focusing on aggregate ranking rather than references for a single spec.

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 on how to use the tool, including optional filters (doc_type, series, limit). However, it does not explicitly mention when to choose this over siblings or any exclusion conditions, so it lacks full alternative guidance.

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