cuemap_ingest_url
Ingests content from a URL into a project's memory. Set crawl depth to include linked same-domain pages; depth zero ingests only the supplied page.
Instructions
Explicitly ingest content from a URL, optionally crawling same-domain links. Use only when the user asks to ingest that URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| depth | No | Crawl depth. Zero ingests only the supplied page. | |
| project | No | Optional project ID. Defaults to the repository-scoped project. | |
| same_domain_only | No | Restrict recursive crawling to the starting domain. Default is true. |