← WebMCP Directory

Tool tree

exa.ai

Developer Tools
https://exa.ai/docs
A powerful web search tool designed for agents. Everything optimized to get you token-efficient, accurate results.
Explore capabilities

Tools verified

search_docsAnswer

Search the documentation for relevant pages and content.

View tool JSON
{
  "name": "search_docs",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search the documentation for relevant pages and content.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query"
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
open_skillAction

Open an agent skill document by name.

View tool JSON
{
  "name": "open_skill",
  "kind": "act",
  "impl": "imperative",
  "description": "Open an agent skill document by name.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "skill_name": {
        "type": "string",
        "description": "The slug of the skill to open"
      }
    },
    "required": [
      "skill_name"
    ],
    "additionalProperties": false
  },
  "page": "/"
}