Exa Websets

get_enrichment

Get details about a specific enrichment, including its status and progress.

Remote exa-labs/websets-mcp-server

Other tools also called get_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 retrieve"
    }
  }
}