inspect_template
Paginate through template paragraphs to reveal structure, section headings, and bullet organization. Enables scanning context before composing edits.
Instructions
Read a template's paragraphs (paginated) so the chatbot can understand its structure before composing edits.
USE WHEN: You want a sequential, page-aware view of the template — e.g. to scan section headings, see how bullets are organized, or quote surrounding context for the user. DO NOT USE WHEN: You just need a flat list of every editable spot — use list_template_targets() instead.
Provide the template either as template_path (file on the server's
machine) or as template_b64 + template_filename (inline base64 bytes
for cross-filesystem calls). Paginate large documents with start +
limit; next_start in the response says where to resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_path | No | ||
| template_b64 | No | ||
| template_filename | No | ||
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||