get_contents
ActiveTool of Exa
declared in 0.1.0
Retrieve clean, parsed page contents (text) for one or more Exa result IDs or URLs. Use after search to read the full content of pages. Example: get_contents({ ids: ["https://example.com/article"] })
Parameters schema
{
"type": "object",
"required": [
"ids"
],
"properties": {
"ids": {
"type": [
"string",
"array"
],
"items": {
"type": "string"
},
"description": "An Exa result ID or URL, or an array of them."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Exa API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Exa
https://github.com/pipeworx-io/mcp-exa
1/7 registries