Fetch a raw ParentSquare page
debug_fetchFetch any ParentSquare page as readable text or raw HTML to debug mismatched layouts and access sections without dedicated tools.
Instructions
Escape hatch: fetch any ParentSquare path with your session and return its text, or its raw HTML. Use this when another tool reports that nothing matched the expected layout, to work out what the page really looks like — or to reach a section this server has no dedicated tool for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path or full URL, e.g. "/feeds" or "/schools/123/directory". | |
| limit | No | Maximum characters to return. | |
| raw_html | No | Return raw HTML instead of readable text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||