ingest_document
Fetches a public URL, extracts title, description, and key topics, and returns a structured knowledge representation with topic mentions. Blocks private URLs via SSRF protection.
Instructions
Fetch a public URL, extract its title, description and key topics, and return a Knowledge Structure representing the document. The document object is linked via 'mentions' relations to Topic objects for each extracted keyword. SSRF protection is applied, so private/internal URLs are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The publicly accessible URL to fetch. |