Skip to main content
Glama

AgentIndex — Agentic Web Index

get_trust_score

Measured-signal trust score for one endpoint. PRICED: $0.05 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. Scores an endpoint on liveness history, on-chain payment evidence, cross-registry corroboration and protocol richness. Every input is independently measured by us; no self-reported field contributes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric ID or identifier URI of the endpoint
paymentNoOptional. An x402 X-PAYMENT header value. Omit it to receive the payment requirements for this call; supply it to be served. Price: $0.05

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries full burden. It discloses the pricing, the payment mechanism (x402, no account/API key), the exact two-call flow, and the independent measurement methodology. This is unusually transparent about how the tool behaves.

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

Conciseness4/5

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

The description is a single dense paragraph, front-loaded with the core purpose, then pricing, then usage flow, then scoring basis. No wasted words, though a bulleted structure might improve scannability. It is appropriately sized for the amount of information.

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

Completeness3/5

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

While the pricing and payment flow are well covered, there is no output schema, and the description does not specify the structure of the returned trust score (e.g., number, object, confidence intervals). For a tool with this much behavioral complexity, the return format is a notable omission.

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%, so parameters are already described. The description adds crucial semantics beyond the schema by explaining the payment parameter's role in the two-step flow and the nature of the id (numeric or identifier URI). This raises value above the baseline.

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 (get), resource (trust score), and scope (one endpoint), immediately distinguishing it from bulk-like tools. It also explains what the score is based on, making the tool's function unmistakable.

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 gives clear operational context: it's a paid call requiring a two-step payment flow. It doesn't explicitly mention alternatives, but the phrase 'for one endpoint' and the distinct purpose imply when to use it over siblings like bulk_export. Lacks explicit when-not guidance, but context is strong.

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