Skip to main content
Glama

Saylor Innovations: pay-per-call data

Search all paid API endpoints

search_endpoints
Read-onlyIdempotent

Search the full Saylor catalog of 240+ pay-per-call data endpoints (x402, no account or API key): Solana token rug risk and holder concentration, token prices on 25 chains, ERC-20 balances, academic papers, U.S. case law/statutes/regulations, medical and HCPCS codes, drug facts, protein function (UniProt), AlphaFold and PDB structures, ClinVar variant significance, Reactome pathways, rare diseases (Orphanet), CVE/exploit intel, Polymarket/Kalshi odds, perp funding rates, stocks and SEC data, web page to markdown, sanctions screening, dictionary, chemistry, books, Bible/Quran, live aircraft, museum art, crypto token/wallet/DeFi data and more. Free. Returns url, example call, a free sample response URL, price and description; then call get_endpoint for payment details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesWhat you need, e.g. "icd-10 code", "case law", "token price", "arxiv".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the annotations (readOnly, openWorld, idempotent, non-destructive), the description discloses that the search is free, requires no account or API key, uses x402, and returns a specific set of fields: url, example call, free sample response URL, price, and description. This is rich behavioral context that the annotations do not provide.

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 long, but the lengthy category list serves a clear purpose for a search tool by showing the breadth of searchable content. The workflow sentence at the end is compact. It could be better structured with line breaks, but every part earns its place.

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?

With no output schema, the description appropriately names the return fields and the follow-up step (get_endpoint), which is enough to invoke the tool correctly. It does not mention pagination or sorting behavior, but the schema covers the limit parameter and the tool's core use is clearly defined.

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?

The query parameter is already documented in the schema with concrete examples, and the description's domain list helps the agent formulate queries. However, the description does not add meaning for the limit parameter, and with 50% schema description coverage the description only partially compensates for undocumented parameters.

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 a specific verb and resource: 'Search the full Saylor catalog of 240+ pay-per-call data endpoints'. It clearly states the scope (full catalog) and enumerates dozens of domains, so an agent can distinguish this broad discovery tool from the many narrow check_* and get_* sibling tools. The title and description align.

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 establishes a clear workflow: use this tool to search and discover endpoints, then 'call get_endpoint for payment details.' It also clarifies that the search itself is free and requires no account. However, it does not explicitly contrast with list_data_endpoints or list_categories, so it stops short of fully explicit alternative routing.

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