Exa Websets
list_websets
List all websets in your account. Returns a paginated list of webset collections with their current status and item counts.
Remote exa-labs/websets-mcp-server
Other tools also called list_websets?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Number of websets to return (default: 25, max: 100)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from previous response"
}
}
}