You're viewing a demo portfolio

Join the waitlist
PRSM

get_contents

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Exa

https://github.com/pipeworx-io/mcp-exa

1/7 registries
View full server →
get_contents — Exa — PRSM MCP