submit_site
Index any website so it can be queried with ask_site. Use this when the site is not yet in list_sites. Handles JS-rendered pages (React, Next.js, Vue SPAs) that web_fetch cannot read — uses a four-layer pipeline: llms.txt → HTTP+cheerio → NEXT_DATA extraction → Jina Reader headless browser. Takes ~60 seconds. Once indexed, ask_site queries are instant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the site to index (e.g. "https://docs.example.com"). |