Skip to main content
Glama

get_listing

Get detailed information about a specific marketplace listing by its slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe unique slug identifier for the listing

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the operation is a read/get but does not mention error handling, authentication, or return format. For a simple retrieval, this is adequate but not rich.

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?

A single, front-loaded sentence that efficiently conveys the tool's purpose without any filler. Every word earns its place.

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?

For a single-parameter read tool with no output schema, the description is mostly complete. It could mention response contents or error behavior, but 'detailed information' is acceptable given the simplicity.

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?

The schema fully covers the 'slug' parameter with a description. The description's 'by its slug' reinforces this but adds no additional semantic detail beyond the schema. Baseline of 3 is appropriate for full coverage.

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 action ('Get') and the resource ('detailed information about a specific marketplace listing'), and qualifies it by slug. This distinguishes it from sibling tools that list or browse multiple listings.

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 implies when to use this tool: when you have a slug and need details about one listing. It does not explicitly name alternatives or exclusions, but the 'by its slug' phrasing provides clear contextual 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.

TDQS

B3.4/5.0
Disambiguation4/5

Most tools are clearly separated by resource and action, and the two-step payment workflows are explicit. The main risks are request_endpoint_credit_purchase_payment vs request_endpoint_topup_payment and browse_marketplace vs get_featured/get_top_rated, which could cause occasional misselection.

Naming Consistency4/5

The dominant snake_case verb_noun pattern is consistent across list_*, get_*, create_*, update_*, delete_*, request_*_payment, *_with_payment, and vault_* tools. Minor deviations like vault_how_to_backup and the long list_my_agent_bindable_endpoints prevent a perfect score.

Tool Count2/5

48 tools is well above the 25+ threshold and spans at least six distinct domains: marketplace, campaigns, datasets, endpoints, products, agents, and vault. This creates significant navigation overhead and would be better split into focused per-domain MCP servers.

Completeness3/5

Core lifecycle flows for endpoints, datasets, and agent registration are covered well, including payment challenges and wallet-first registration. However, campaigns lack get/delete operations, products lack create/delete, agents lack deregistration, and vault backup/restore is only documented via vault_how_to_backup rather than executable tools.

Resources