Exa Websets
cancel_search
Cancel a running search operation. This will stop the search from finding more items.
Remote exa-labs/websets-mcp-server
Other tools also called cancel_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"searchId": {
"type": "string",
"description": "The ID of the search to cancel"
},
"websetId": {
"type": "string",
"description": "The ID or externalId of the webset"
}
}
}