ingest_knowledge_url
Scrapes and indexes web page content from a URL to add documents to a knowledge base for intelligent search and agent association.
Instructions
Add a URL to the knowledge base. BotUyo will scrape the page content and index it for intelligent search. The document can then be associated to agents using associate_knowledge_to_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape and index (must be publicly accessible) | |
| name | No | Optional display name for the document. If omitted, the page title is used. | |
| description | No | Optional description of what this URL contains | |
| tags | No | Optional tags for categorization (e.g. ["docs", "faq"]) | |
| topic | No | Optional topic label for search filtering |