Exa Websets
get_item
Get a specific item from a webset by its ID. Returns detailed information about the item including all enrichment data.
Remote exa-labs/websets-mcp-server
Other tools also called get_item?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"itemId": {
"type": "string",
"description": "The ID of the item to retrieve"
},
"websetId": {
"type": "string",
"description": "The ID or externalId of the webset"
}
}
}