Skip to main content
Glama

exa_search

Read-onlyIdempotent

Exa's neural web search, one call at a time — Exa's neural web search, resold per call — no Exa account, no subscription, one USDC micro-payment. Pass query= and get ranked results: title, URL, publish date, author, relevance score. numResults=1..10 (default 5). type=auto|fast|instant. includeDomains= restricts the search. Add text=1 for matched highlights from each page (caps results at 5, priced $0.03; the 402 challenge quotes it). For agents that need what the web says today, not what a training cutoff remembers. Required input: query. Priced $0.01 per call over x402 on Base; send a prepaid x-credit-token header for unlimited calls, or get 1 free call/day per tool. No wallet or API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoInclude page highlights (true/false)
typeNoSearch type (auto/fast/instant)
queryYesSearch query
numResultsNoResults (1-10)
includeDomainsNoLimit to domains (comma-separated)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe result payload. Shape is service-specific; every field is documented in the tool description.
serviceNoThe service id that answered.
checkedAtNoISO-8601 timestamp of when the underlying reads were taken.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds substantial non-obvious behavioral context: per-call pricing ($0.01), the x-credit-token header for prepaid calls, a 1-free-call-per-day allowance, the text=1 result cap at 5 and $0.03 cost, and the '402 challenge' interaction. This exceeds the annotation bar.

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 dense and mostly front-loaded, with the core purpose and required input stated early. However, the opening repeats 'Exa's neural web search' twice ('one call at a time — Exa's neural web search, resold per call'), which is mild redundancy. Otherwise every clause earns its place.

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?

The description covers required input, all parameter semantics, pricing, payment/auth via x-credit-token, free tier, result caps, and the 402 challenge flow. Since an output schema exists, return values need not be restated. No important usage context is missing for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the schema descriptions are terse. The description adds real semantic value: numResults '1..10 (default 5)', type 'auto|fast|instant', includeDomains 'restricts the search', and text=1 with highlight behavior, cap, and pricing. This is much more than the schema provides.

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 names a specific verb ('search') and resource (Exa's neural web search), and enumerates the output fields: 'title, URL, publish date, author, relevance score'. It also positions the tool against stale knowledge: 'what the web says today, not what a training cutoff remembers', making its scope unambiguous even without naming a sibling.

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 context for when to use it: 'For agents that need what the web says today, not what a training cutoff remembers.' It also states the required input and parameter constraints. However, it does not name alternative tools or explicitly state when not to use it, so it stops short of a 5.

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