analyze_page
Fetch any web page and use a local Qwen model to answer a specific question about its full content. Long pages are split into chunks and analyzed piece by piece, ensuring no content is skipped.
Instructions
Fetch a web page, and use a local Qwen model to extract/answer question
about its full content. Long pages are automatically split into chunks and
analyzed piece by piece (map-reduce), so no content is skipped.
Reports progress while working (page fetch retries, per-chunk analysis), so a client that respects MCP progress notifications won't time out waiting on a long page -- this can take 30s-3min or more.
Args: url: The page to fetch and analyze. question: What to extract or answer about the page's content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |