bulk_screener
PAYWALLED. Returns top 200 X1 tokens with full metadata. Returns x402 payment instructions to call /api/x402/screener-bulk for ~$0.10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
PAYWALLED. Returns top 200 X1 tokens with full metadata. Returns x402 payment instructions to call /api/x402/screener-bulk for ~$0.10.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden, and it clearly discloses the paywall, the external /api/x402/screener-bulk call, and the approximate cost. It could be more explicit about whether data is returned directly or only after a separate paid HTTP call, but the key behavioral trait is flagged.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loads the important PAYWALLED warning with no filler. The two 'Returns' clauses are slightly repetitive and could be merged for clarity, but the overall size is appropriate.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a paywall-gated tool with no output schema and no annotations, the description supplies the endpoint, cost, and result set, which is helpful. It stops short of explaining what the agent should do after receiving x402 instructions, and the direct-vs-instructional return behavior remains ambiguous.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the input schema fully covers the parameter side and the baseline is 4. The description's mention of endpoint and cost is useful context but no parameter documentation is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a concrete deliverable (top 200 X1 tokens with full metadata) and surfaces a distinctive paywall/endpoint, so it is not a tautology. The two 'Returns' clauses create some ambiguity about whether the tool returns data directly or only payment instructions, which keeps it from a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context: this tool is paywalled, costs roughly $0.10, and targets top 200 X1 tokens. It does not name sibling alternatives or state when not to use it, so usage guidance is only implicit rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.