pydantic_get
Fetch a local documentation page as plain text and HTML. Supports chunking large documents for easier processing.
Instructions
Fetch a local doc page and return plain text + html. Supports chunking for large documents via max_chars parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| path_or_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| html | Yes | ||
| path | Yes | ||
| text | Yes | ||
| max_chars | No | ||
| truncated | No | ||
| html_length | No | ||
| text_length | No |