Exa Websets
get_webset
Get details about a specific webset by ID or externalId. Returns full webset information including status, item count, and metadata.
Remote exa-labs/websets-mcp-server
Other tools also called get_webset?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID or externalId of the webset"
},
"expandItems": {
"type": "boolean",
"description": "Include all items in the response (default: false)"
}
}
}