Skip to main content
Glama

gate_find_endpoints

Find paid APIs and content from the Solinkify registry by query or price cap. Returns URL, price, and access details for endpoints that fit your budget.

Instructions

Browse the public Solinkify registry of x402-priced endpoints: paid APIs and content an agent can buy per request. Returns url, price per request, currency, network and access modes for each one, plus whether it fits the configured spending caps. Use it to find a paid data source without being handed the URL, then call gate_get_price or gate_fetch on the url. Read-only and free. Every entry was verified by machine: it answers a real HTTP 402 with a valid x402 manifest that pays the wallet which listed it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of endpoints to return, 1 to 100. Defaults to 20.
queryNoFree-text filter matched against title, description and tags. Omit to list everything. Plain keywords work best; there is no query syntax.
max_price_usdNoDrop endpoints priced above this many USD per request. Omit to see every price.
Behavior4/5

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

Discloses important behavior: read-only, free, entries verified by machine. With no annotations, this provides adequate transparency. Could note pagination or rate limits, but still good.

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?

Three sentences, front-loaded purpose, no fluff. Every sentence adds value: purpose, return fields, workflow, data quality.

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?

Given 3 optional params and no output schema, the description covers what the tool returns and its place in the workflow. could mention default limit behavior, but still complete enough.

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 baseline is 3. The description adds minimal extra semantics beyond schema descriptions, but it does tie params to the tool's purpose (finding paid sources).

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?

Clearly states it browses a registry of x402-priced endpoints, lists returned fields (url, price, etc.), and distinguishes from siblings like gate_get_price and gate_fetch by describing the workflow: find endpoint, then call those tools.

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?

Explicitly tells when to use it ('find a paid data source without being handed the URL') and what to do next ('call gate_get_price or gate_fetch'). Could be improved by mentioning when not to use it compared to sibling search tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zenidp/solinkify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server