Skip to main content
Glama

get_meme_scan

Scan new meme tokens across DEXs: liq, volume, age, txns. $0.05.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoall
limitNo
minLiqNo
api_keyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description must convey behavioral traits. It only mentions a cost of $0.05 per call but omits details on rate limits, authentication requirements (api_key is in schema but not described), or what 'scan' entails operationally. This is insufficient for a tool with mutation potential.

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 concise at 10 words, but lacks structure. It front-loads the purpose but omits essential details, making it under-specified rather than efficiently informative.

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

Completeness2/5

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

Given four parameters, no output schema, and no annotations, the description is incomplete. It fails to explain return format, pagination, or error handling, leaving the agent with significant ambiguity.

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 coverage is 0%, so the description must explain parameters. It hints at 'liq, volume, age, txns' but does not map these to schema properties (chain, limit, minLiq, api_key). The meaning of critical parameters like api_key and limit is left implicit.

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 states the tool scans new meme tokens across DEXs with metrics like liquidity, volume, age, and transactions. This distinguishes it from siblings such as get_meme_trending or get_meme_analyze.

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 usage guidelines are provided. The description does not indicate when to use this tool versus alternatives like get_meme_trending, get_meme_analyze, or get_pump_fun_new, leaving the agent without context for selection.

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