Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

exasearchagent_exa_web_search

Perform a web search using Exa to retrieve relevant results, including titles, snippets, and URLs. Ideal for gathering up-to-date information on diverse topics, though less effective for niche subjects.

Instructions

Search for webpages related to a query using Exa search. This tool performs a web search and returns relevant results including titles, snippets, and URLs. It's useful for finding up-to-date information on any topic, but may fail to find information of niche topics such like small cap crypto projects. Use this when you need to gather information from across the web.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 10)
search_termYesThe search term

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return (default: 10)", "type": "number" }, "search_term": { "description": "The search term", "type": "string" } }, "required": [ "search_term" ], "type": "object" }
ID: 6dmo0hl0qq