Skip to main content
Glama

AgentIndex — Agentic Web Index

bulk_export

Cursor-paginated bulk snapshot of endpoints or resources. PRICED: $0.50 in USDC on base via x402 -- no account, no API key, no invoice. Call without payment to receive the exact payment requirements, then call again with payment to be served. Returns a 1000-record page. Price is per page, not per record. Pass the returned cursor to continue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoendpoints or resources (default endpoints)
cursorNoOpaque cursor from the previous page
paymentNoOptional. An x402 X-PAYMENT header value. Omit it to receive the payment requirements for this call; supply it to be served. Price: $0.50
protocolNoFilter by protocol

TDQS

A4.6/5.0
Behavior5/5

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

With zero annotations provided, the description correctly carries the full burden of disclosure — and it excels. It transparently discloses the $0.50 cost, the blockchain/fiat rails ('USDC on base via x402'), the no-API-key need, the per-page (not per-record) billing, the exact page size, and pagination continuation. For a money-charging operation, this is exemplary transparency.

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?

Every sentence earns its place: purpose, price, protocol, page size, and continuation. The most critical fact — pricing model — is prominently flagged with 'PRICED:' and the per-page clarification prevents a costly misunderstanding. No wasted words despite condensing payment instructions, pagination, and page limits into ~50 words.

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

Completeness4/5

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

For a 4-param, 0-required export tool with no output schema, the description covers the key contract: page size (1000 records), continuation mechanism, and the service-level terms of the exchange. It could be faulted for not stating idempotency or retry semantics given the system charges money per page, but the essential behavior an agent needs to call it correctly is fully present.

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?

Schema coverage is 100%, meeting the baseline of 3. The description adds genuine value on top by framing the payment and cursor params within the multi-call flow: it explains WHY you'd pass a payment value (to be served) and how to obtain one (from the first call) — context the schema alone doesn't offer. The 'no account, no API key' context enriches the type param's meaning.

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 opening phrase 'Cursor-paginated bulk snapshot of endpoints or resources' uses a specific verb, resource, and scope, immediately distinguishing it from the granular single-item sibling tools (get_agent_profile, get_trust_score) and search_agents. It clearly answers what the tool does and positions it as the bulk/batch option.

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 two-phase invocation protocol is explicit: 'Call without `payment`' then 'call again with `payment` to be served' — a clear step-by-step usage instruction. However, it never names sibling tools as alternatives (e.g., when to prefer search_agents over this export) or states exclusions for when NOT to use it, so the guidance is flow-centric rather than comparative.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: bulk export, individual profile retrieval, demand preview vs. full report, endpoint change alerts, liveness history, trust score, and search. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores (get_*, bulk_export, search_agents). No mixed conventions or irregular naming.

Tool Count5/5

8 tools is well-scoped for an agent index service, covering search, retrieval, export, and monitoring without excess or redundancy.

Completeness5/5

The tool set covers the full lifecycle of interacting with an agent index: search, retrieve profiles, bulk export, monitor changes, and assess liveness/trust/demand. No obvious gaps in functionality.

Resources