Exa Websets

update_webset

Update a webset's metadata. Use this to add or update custom key-value pairs associated with the webset.

Remote exa-labs/websets-mcp-server

Other tools also called update_webset? See providers with this name

Input Schema


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