Skip to main content
Glama

Semantic Web Search (Exa)

search.semantic.web
Read-onlyIdempotent

Find conceptually related web pages using semantic search. Filter by category, domain, or date range. Returns relevance scores and highlighted excerpts.

Instructions

Neural/semantic web search — finds conceptually related pages, not just keyword matches. Supports category filters (company, research paper, news, people, tweet), domain filtering, date range. Returns relevance scores and highlighted excerpts (Exa)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language search query — Exa finds semantically related pages, not just keyword matches
num_resultsNoNumber of results (default 10, max 25)
typeNoSearch type: "auto" (balanced), "neural" (semantic similarity), "keyword" (traditional). Default: auto
categoryNoCategory filter for specialized indexes (optional)
include_domainsNoOnly include results from these domains (e.g. ["arxiv.org"])
exclude_domainsNoExclude results from these domains
start_published_dateNoFilter: only results published after this date (ISO format, e.g. "2025-01-01")
end_published_dateNoFilter: only results published before this date
include_textNoInclude full extracted page text in results (default false — saves tokens)
include_highlightsNoInclude key sentence highlights (default true)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoTool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response.
errorNoPresent only when the call failed. Includes error code, message, request_id, and any provider-specific extras.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.5.0
  2. Removedv1.0.20
  3. Addedv1.0.15
  4. Removedv1.0.14
  5. Addedv1.0.9

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, indicating safe, non-destructive behavior. The description adds that the tool returns relevance scores and highlighted excerpts, providing useful context beyond annotations without contradiction.

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 description is three concise sentences, each adding value: first states core purpose, second lists filters, third mentions output. Well front-loaded and no wasted words.

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 the tool has 10 parameters and an output schema, the description covers core functionality, filters, output format, and provider (Exa). It is complete enough to understand what the tool does and what to expect from results.

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?

With 100% schema description coverage, the schema already documents all parameters. The description only summarizes features generically (e.g., 'category filters') without adding new details beyond the schema. Baseline 3 is appropriate.

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 clearly states it performs neural/semantic web search using Exa, distinguishing it from keyword search by finding conceptually related pages. It lists supported features like category filters, domain filtering, and date range, making the purpose specific and differentiated from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for semantic relevance (not keywords) but does not explicitly state when to use this tool over alternatives like search.google.web or search.semantic.contents. No guidance on when not to use it or prerequisites is provided.

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/whiteknightonhorse/APIbase'

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