add_knowledge_url
Fetch a web page server-side and import its content as searchable business knowledge. Provide a public URL to ingest documentation.
Instructions
Fetch a web page server-side and import its content as searchable business knowledge.
Use to ingest documentation by URL; to import content you already have, use add_knowledge. Performs an outbound HTTP GET (follows redirects, 30s timeout), then chunks and embeds the page. Returns the document id and chunk count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Target database connection — its name or id (case-insensitive). List the available connections with list_connections. | |
| url | Yes | Public URL to fetch server-side and import. | |
| title | No | Optional title; defaults to the URL. |