Skip to main content
Glama
exa-labs
by exa-labs

deep_search_exa

Read-onlyIdempotent

Search the web and return results in natural language format using the Exa AI Search API. Provide a clear objective and optional keyword queries to find specific information.

Instructions

Searches the web and return results in a natural language format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectiveYesNatural language description of what the web search is looking for. Try to make the search query atomic - looking for a specific piece of information. May include guidance about preferred sources or freshness.
search_queriesNoOptional list of keyword search queries, may include search operators. The search queries should be related to the user's objective. Limited to 5 entries of up to 5 words each (around 200 characters).
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe, repeatable read operation. The description adds minimal behavioral context beyond this - it mentions the output format ('natural language format') but doesn't disclose rate limits, authentication needs, or other operational constraints that would be helpful for an agent.

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 extremely concise - a single sentence that states the core functionality. There's no wasted language or unnecessary elaboration. It's front-loaded with the essential information about what the tool does.

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?

For a search tool with good annotations (readOnly, idempotent, non-destructive) and full schema coverage, the description is minimally adequate. However, without an output schema and with multiple sibling tools that likely overlap in functionality, the description should do more to explain what makes this tool unique and what kind of results to expect.

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 input schema already fully documents both parameters ('objective' and 'search_queries'). The description doesn't add any meaningful parameter semantics beyond what's in the schema - it doesn't explain how parameters interact or provide usage examples. The baseline of 3 is appropriate when the schema does all the work.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Searches the web and return results in a natural language format.' It specifies the verb ('searches'), resource ('the web'), and output format ('natural language format'), but doesn't explicitly differentiate it from sibling tools like 'web_search_exa' or 'company_research_exa' which likely have overlapping functionality.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With multiple sibling tools like 'web_search_exa', 'company_research_exa', and 'linkedin_search_exa', there's no indication of what makes 'deep_search_exa' distinct or when it should be preferred over other search tools on the server.

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/exa-labs/exa-mcp-server'

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