Exa Websets
get_search
Get details about a specific search, including its status, progress, and results found.
Remote exa-labs/websets-mcp-server
Other tools also called get_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"searchId": {
"type": "string",
"description": "The ID of the search to retrieve"
},
"websetId": {
"type": "string",
"description": "The ID or externalId of the webset"
}
}
}