Fetch readable text from any URL
fetch_textRetrieve readable plain text from any URL, including philosophy sources like Zeno.org, Project Gutenberg, and Marxists.org, for texts without a dedicated tool.
Instructions
Fetch any URL and return its readable text — the catch-all for sources without a dedicated tool: Zeno.org and projekt-gutenberg.org (German originals), marxists.org (German Idealism to Frankfurt School translations), Standard Ebooks, a specific page, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page or text-file URL. | |
| max_chars | No | Characters to return. |