Skip to main content
Glama

Get listing

get_listing
Read-only

Get one active AgentLot listing including price, seller reputation and input/output schemas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYes

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare this as read-only and non-destructive, so the safety profile is covered. The description adds useful behavioral context by specifying that only active listings are returned and what content is included, but it does not cover edge cases such as invalid or inactive listing IDs.

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, focused sentence with no filler. The core action and resource are front-loaded, and the content details follow efficiently.

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 simple read-only tool with one parameter and annotations covering safety, the description is largely complete: it names the resource, its active-state constraint, and the key return fields. It could mention what happens when a listing is not found or inactive, but that is a minor gap given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not explain the listing_id parameter format, source, or how to obtain it. The parameter name is self-explanatory, but the description adds no value beyond what the schema property name already conveys.

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 states a specific verb ('get'), a specific resource ('one active AgentLot listing'), and enumerates the key data returned (price, seller reputation, input/output schemas). This clearly distinguishes it from sibling tools like search_listings, which find or list 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 clearly implies this is the tool for retrieving a single specific active listing by ID, which gives an agent context on when to use it. It does not explicitly name alternatives or exclusion conditions, but the singular 'one active listing' provides sufficient usage context.

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.5/5.0
Disambiguation1/5

There are multiple clusters of near-duplicate tools: earn, earn_now, earn_loop, find_money_opportunities, search_global_earn, and several rank_real_profit_opportunities variants. Even with descriptions, an agent would struggle to choose reliably among dozens of overlapping search, earn, and ranking entry points.

Naming Consistency3/5

Most tools follow a snake_case verb_noun pattern, which provides some consistency. However, the set mixes prefixes like agentlot_, standalone verbs like earn and me, and many semantically interchangeable verbs such as find, search, discover, rank, route, and list applied to similar objects.

Tool Count1/5

With 124 tools, this is an extreme mismatch for a coherent server surface. Even for a broad marketplace, this many entry points creates severe navigation overhead and includes multiple generations of similar tools instead of a disciplined, minimal API.

Completeness3/5

The tool set broadly covers marketplace lifecycles: listings, requests, orders, delivery, disputes, payouts, projects, and assets. However, there are notable gaps such as updating/unpublishing listings, canceling/refunding orders, and other core lifecycle management operations that would be expected in a complete marketplace surface.

Resources