Skip to main content
Glama

AgentIndex — Agentic Web Index

get_rankings

The full ranked table of every scored service. PRICED: $1.00 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. Every service we hold probe history for, scored out of 100, ordered best first, each tagged with the categories it leads on. Page with limit and offset. Services we have never probed are absent rather than ranked last, because no history is an absence of evidence, not a bad verdict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows per page, 1-5000 (default 1000)
offsetNoRows to skip (default 0)
paymentNoOptional. An x402 X-PAYMENT header value. Omit it to receive the payment requirements for this call; supply it to be served. Price: $1.00

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full disclosure burden and satisfies it: pricing, x402 payment protocol, no account/API key/invoice required, two-step call flow, ordering, pagination, and the notable design decision that never-probed services are omitted rather than ranked last. The 'absence of evidence' rationale adds valuable context.

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 first sentence states the core purpose, and each subsequent sentence covers a distinct necessary fact: pricing/protocol, scoring/ordering, paging, and the absent-services edge case. There is 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?

Despite lacking an output schema, the description tells an agent enough to call correctly: purpose, payment handshake, pagination, output ordering/scoring, and an important edge-case semantic. The explicit 'scored out of 100' and category tags provide a sufficient picture of what will be returned.

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 coverage is 100%, so the baseline is 3. The description reinforces limit/offset and the two-step payment flow, but this closely mirrors the schema's own parameter descriptions and does not add meaningful new parameter-level semantics.

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 opens with an unambiguous definition: the complete ranked table of every scored service. Phrases like 'full' and 'every scored service' plus 'ordered best first' clearly separate this from siblings such as get_top_ten, even without naming them.

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 provides concrete procedural guidance: call first without `payment` to receive exact payment requirements, then call again with `payment`, and page with `limit` and `offset`. It does not explicitly contrast this tool with alternatives, so it just misses the top score.

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