Skip to main content
Glama

Tokenized Stocks & Agent Data (x402)

st0x_pulse

Use this when you want to know what is actually trading in tokenized stocks on Base right now: the last 24 hours on ST0x's own DEX (Raindex) per token — USDC volume, trade count, last on-chain price and time — plus each token's issued vault supply and ERC-4626 wrapper rate, sorted by volume, with platform totals. Read straight from the public subgraphs and RPC; refreshed every 5 minutes. Costs $0.01 (USDC on Base or Solana, x402). HTTP twin: https://x402-accelerometer-feed.fly.dev/tokenized-equities/st0x/pulse

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries full responsibility. It discloses that it reads from public subgraphs and RPC (implying read-only), refreshes every 5 minutes, costs $0.01, and provides an HTTP twin. It does not explicitly state 'no writes' but the phrase 'Read straight from...' and the nature of the data strongly indicate a non-destructive query.

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

Conciseness5/5

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

The description is efficient and front-loaded: the first sentence captures the core use case and output details, followed by data source, refresh, cost, and an alternative endpoint. Each sentence adds distinct value with no filler or repetition.

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

Completeness5/5

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

Given no parameters, no output schema, and no annotations, the description is fully self-sufficient. It enumerates the output fields, explains the data source and freshness, notes the cost, and provides an HTTP fallback. Nothing critical is missing for an agent to decide to call it and interpret the result.

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 and schema coverage is 100% (empty schema), so the baseline is 4. The description adds no parameter information because none is needed, and it does not create any ambiguity about inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('know what is actually trading'), a precise resource (tokenized stocks on Base on ST0x's DEX Raindex), and the exact metrics returned (USDC volume, trade count, last price, vault supply, wrapper rate). It is clearly distinct from siblings like st0x_registry or st0x_premium by focusing on live trading data rather than registry or premium info.

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?

The description opens with an explicit 'Use this when you want to know...' condition, giving clear context for when to invoke it. It does not explicitly state when not to use it or name alternatives, but the purpose is specific enough that an agent can infer it is the right tool for live market data on tokenized stocks.

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