Skip to main content
Glama
BlockRunAI

BlockRun MCP

Official
by BlockRunAI

blockrun_exa

Read-only

Search the web by meaning, not just keywords. Retrieve relevant research, answer questions, fetch page contents, and find similar URLs.

Instructions

Neural web search via Exa — understands meaning, not just keywords. Great for research.

Common paths (all POST, body shapes documented in the exa-research skill):

  • search — body: { query, numResults?, category?, includeDomains?, excludeDomains? } ($0.012/call charged)

  • answer — body: { query } ($0.012/call charged)

  • contents — body: { urls: [...] } ($0.002/URL + $0.002 fee, up to 100)

  • find-similar — body: { url, numResults? } ($0.012/call charged)

Categories for search: "news", "research paper", "company", "tweet", "github", "pdf".

Full request/response shapes + worked research workflows in the exa-research skill.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON body for the call. Sent as POST. Required for all four endpoints.
pathYesEndpoint name under /v1/exa/, e.g. 'search', 'answer', 'contents', 'find-similar'
agent_idNoAgent identifier for budget tracking and enforcement.

Schema Changelog

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

  1. Changed1 schema field changedv0.45.1
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
  2. First observedv0.16.2

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark this as readOnly, openWorld, and non-destructive, so the description only needs to add extra context. It adds useful behavioral detail: all calls are POST, each endpoint has specific pricing, contents is capped at 100 URLs, and search categories are listed. It does not cover errors or rate limits, but the annotation coverage lowers that burden.

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 front-loaded with the value proposition and then uses a compact, scannable bullet list for endpoints and body shapes. It is longer than a single-purpose tool description, but the multi-endpoint surface justifies the length; the 'documented in skill' note is slightly redundant with the inline shapes.

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?

For a multi-endpoint tool with no output schema, it covers request bodies, path choices, categories, and pricing, and points to the exa-research skill for full response shapes and workflows. The main gap is that response semantics are deferred to an external skill rather than summarized inline.

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?

Even though every schema property has a description, the tool description adds substantial value beyond the schema by listing the four valid path values, the exact body shape for each, optional fields such as numResults and includeDomains, accepted categories, and pricing. An agent can construct a correct request without needing to open the external skill.

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 identifies Exa as the resource and names the core capability ('Neural web search... understands meaning'), then enumerates four concrete endpoint paths. It stops short of explicitly differentiating itself from sibling tools like blockrun_search beyond the 'not just keywords' hint.

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?

'Great for research' provides a clear context for when this tool is appropriate, and the endpoint/pricing breakdown helps an agent choose the right path. However, it does not explicitly state when to prefer blockrun_exa over sibling search tools or when not to use it.

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

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/BlockRunAI/blockrun-mcp'

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