Exa Websets
list_webset_items
List all items in a webset. Returns entities (companies, people, papers) that have been discovered and verified in the collection.
Remote exa-labs/websets-mcp-server
Other tools also called list_webset_items?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Number of items to return (default: 25, max: 100)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from previous response"
},
"websetId": {
"type": "string",
"description": "The ID or externalId of the webset"
}
}
}