Skip to main content
Glama

dex

Read-only

Paid $0.01 USDC exact on Base: DexScreener pairs by token address=0x or search q=. Optional chain= filter. Ranked by liquidityUsd (max 5). Not investment advice. payTo 0x3903F05a17676566958B0a3E0c21E0bd49B66ea0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch query (search mode).
chainNoOptional chain filter (default base for address mode).
addressNoToken contract 0x + 40 hex (token mode).

Schema Changelog

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

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Beyond the readOnly and openWorld annotations, the description usefully discloses a financial side effect (exact $0.01 USDC payment on Base), the payTo recipient, and the liquidityUsd ranking with a max of 5 results. It does not contradict the annotations, though it omits error/pagination behavior.

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 compact, front-loading the unusual payment/network constraint and staying telegraphic. Only the 'Not investment advice' disclaimer is extraneous to tool invocation, keeping it from a 5.

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 paid, mode-switching tool the description covers payment amount, chain, recipient, filter, and result ranking, but it leaves the output payload and the payment execution mechanism unspecified. With no output schema, more clarity on return shape would make it complete.

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 100%, so the baseline is 3; the description largely restates the schema's q/chain/address meanings. It adds shorthand ('address=0x', 'q=') but does not clarify whether address and q are mutually exclusive or what happens if both are supplied.

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 names DexScreener pairs as the resource and distinguishes two lookup modes (token address vs search query), so an agent can tell what operation is being offered. It lacks an explicit verb like 'retrieves' or 'returns' and does not contrast with sibling lookup tools, so not 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 Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear invocation context: use a 0x address or a search q, with chain as an optional filter, and the schema adds that base is the default in address mode. It names no alternatives or when-not conditions, so it stops short of 5.

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.