query_page
Ask natural-language questions about any webpage and get concise answers with inline citations, using structure-aware retrieval to fetch only relevant sections.
Instructions
Ask a natural-language question about a webpage. Internally runs the full WASP two-tier retrieval pipeline: fetch manifest → score relevant chunks → fetch chunk content → call Claude API → return answer with inline citations. Requires ANTHROPIC_API_KEY environment variable (or OPENAI_API_KEY for provider=openai).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Fully-qualified URL of the webpage to query | |
| query | Yes | Natural-language question to answer about the page | |
| provider | No | LLM provider to use (default: "claude"). Requires corresponding API key env var. |