Skip to main content
Glama

DESK LEAD x402 — high-ticket packs $50/$100/$150

pin_spot

Read-only

DexScreener USD spot for desk pins (WBNB|XRP|USDC). 0.05 USDC. Not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the basic safety profile is covered. The description adds '0.05 USDC' and 'Not financial advice,' which offer some extra context, but it does not disclose return shape, rate limits, or what the 0.05 USDC amount actually represents. No contradiction with annotations exists.

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

Conciseness4/5

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

The description is very short and front-loaded, with the core function in the first sentence. It remains concise, though the terms 'desk pins' and '0.05 USDC' are unexplained, making the text slightly cryptic.

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

Completeness3/5

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

For a one-parameter read-only spot-price tool, the description is minimally adequate: 'DexScreener USD spot' implies the return value is a USD spot price. Still, with no output schema, it would be safer to state explicitly what the tool returns and clarify the 0.05 USDC reference.

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 description coverage is 0%, but the schema itself has an enum for symbol, and the description repeats the valid values. It also connects the parameter to the USD spot context, which helps an agent infer that 'symbol' selects the asset to quote. However, it does not explain optionality when no symbol is provided.

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 states a specific resource (DexScreener USD spot) and narrows the scope with the allowed symbols WBNB, XRP, and USDC. It lacks an explicit verb like 'get' or 'fetch,' but the meaning is clear enough for an agent to infer that this tool returns a USD spot price.

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?

There is no guidance about when to use this tool versus siblings such as pair_digest, memecoin_score, or native_balance. The phrase 'for desk pins' provides only weak context, and no exclusions or alternative-routing hints are given.

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