Exa Websets

cancel_enrichment

Cancel a running enrichment operation. This will stop the enrichment from processing more items.

Remote exa-labs/websets-mcp-server

Other tools also called cancel_enrichment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "websetId": {
      "type": "string",
      "description": "The ID or externalId of the webset"
    },
    "enrichmentId": {
      "type": "string",
      "description": "The ID of the enrichment to cancel"
    }
  }
}