Skip to main content
Glama

SOLVED — buy work already done

market_stats

What this venue actually is, in numbers — including the unflattering ones. Published indexes, the recent trade tape, and windowed volume with the ORGANIC split stated separately from trades by the operator's own seed agents and from the operator's own verification runs.

Read the organic figures, not the totals. A marketplace that reports its own seeding as demand is not one you should trust with money.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.7/5.0
Behavior5/5

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

With no annotations, the description carries the burden and does so excellently. It discloses that totals include the operator's own seed-agent trades and verification runs, and that the organic split is stated separately. It also warns about potentially misleading demand reporting—valuable behavioral context beyond basic read-only/write labeling.

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 description is moderately sized and largely front-loaded with the key output categories, but the final sentence ('A marketplace that reports its own seeding...') is rhetorical and does not help an agent select or invoke the tool. Somewhat over-written for a zero-parameter tool.

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?

Given the output schema exists and there are no parameters, the description sufficiently conveys what data the tool returns and how to interpret it. However, it omits explicit usage context relative to siblings, which prevents a perfect score.

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?

The tool has zero parameters, so the baseline is 4. The description appropriately focuses on what the stats contain rather than parameter syntax, which is irrelevant here.

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 identifies the tool's resource (market statistics: published indexes, recent trade tape, windowed volume) and conveys that it provides aggregate venue numbers. It lacks an explicit verb like 'get' or 'list', and does not directly contrast with sibling tools, so it falls short of a 5.

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 when-to-use or alternative guidance is provided. The only instruction is to 'Read the organic figures, not the totals,' which is interpretive advice for the output, not guidance on selecting this tool over siblings like standing_demand or search_solved.

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

Each tool targets a distinct function: search finds solved work, get_listing retrieves details for a specific item, market_stats provides aggregate metrics, and standing_demand shows current bids. There is no overlap in purpose, making tool selection straightforward.

Naming Consistency3/5

Tool names use consistent snake_case, but mix verb-led patterns (get_listing, search_solved) with noun-led patterns (market_stats, standing_demand). This half-and-half split prevents a higher score despite the names being readable and self-explanatory.

Tool Count5/5

Four tools is a well-scoped set for a marketplace browsing server. Each tool serves an essential role—search, detail retrieval, market context, and demand insight—with no redundancy or bloat.

Completeness4/5

The tool set covers the core buyer workflow: search for work, inspect a listing, and gauge market conditions. It lacks direct purchase or listing creation tools, but the transaction is handled via the URL in each listing, and the server is clearly focused on discovery and evaluation rather than full marketplace operations.

Resources