Skip to main content
Glama

get_listing

Get a single directory listing by id. Educational only. Not financial advice. Not an FSP/CASP. DYOR. Listings and tools are not buy, sell, custody, or swap recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesListing id, e.g. monero-project

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It does not describe return format, potential errors, authorization needs, or whether the listing contains nested or referenced content. The added disclaimers about educational use and financial advice are not behavioral details.

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

Conciseness3/5

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

The core functional sentence is concise and front-loaded. However, the remaining sentences are boilerplate disclaimers that do not help an agent select or invoke the tool, adding unnecessary length without operational value.

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, the description should explain what the returning listing looks like or what an agent can expect. It simply says 'directory listing,' leaving the return structure and any constraints undocumented. The educational disclaimers do not fill this gap.

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%, and the schema already documents the id parameter with an example. The description only adds 'by id', which adds little beyond what the schema already says. Baseline 3 is appropriate for high schema coverage.

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 phrase 'Get a single directory listing by id' states a clear verb, resource, and the fact that it targets one listing by ID. It is distinguishable from siblings like list_directory and search_directory by the 'single' and 'by id' qualifiers, though it does not explicitly name them.

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 on when to choose this tool over list_directory or search_directory. The description implies it is for retrieving one specific listing by ID, but it does not state alternatives or exclusion conditions.

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

B3.4/5.0
Disambiguation3/5

list_directory and search_directory accept nearly identical filters (q, category, tag), so their boundaries blur. The get_/list_/search_ split is otherwise clear, and the meta endpoints (disclaimer, site_posture, llms_map) are distinct though thematically related.

Naming Consistency5/5

All tool names consistently follow a verb_noun snake_case pattern using only get_, list_, and search_. There are no mixed conventions, vague verbs, or unpredictable naming.

Tool Count4/5

Twelve tools is within a reasonable range for a read-only educational content server. However, the overlap between list_directory and search_directory suggests the surface could be slightly trimmed without losing core functionality.

Completeness4/5

The server covers directory browsing, educational content listing and searching, metrics, and site-positioning meta endpoints well. Missing per-item getters for guides and notes is a minor gap since lists include URLs and search covers those types; write operations are not expected for an educational-only server.

Resources