Exa Websets

update_enrichment

Update an enrichment's metadata. You can associate custom key-value pairs with the enrichment.

Remote exa-labs/websets-mcp-server

Other tools also called update_enrichment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "metadata": {
      "type": "object",
      "description": "Key-value pairs to associate with this enrichment. Each value must be a string.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "websetId": {
      "type": "string",
      "description": "The ID or externalId of the webset"
    },
    "enrichmentId": {
      "type": "string",
      "description": "The ID of the enrichment to update"
    }
  }
}