fetch_and_index
Fetch any URL, convert its content to text, and index it for search within your local knowledge base.
Instructions
Fetch URL content, convert to text, and index for searching.
After indexing, the content is searchable via the search tool.
Args: url: URL to fetch and index project: Project ID to store under (default: derived from URL domain)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |