get-template
Retrieve a saved Apple Mail template by ID to view its name, subject, default recipients, and body text. Use this when you need the full template contents before applying or editing.
Instructions
Use when: reading the full contents of one saved template by id — its name, subject, default to/cc, and body. Returns: the template's name, subject, default recipients, and body text. Do not use when: you don't have the id (use list-templates first) or want to apply the template into a draft (use use-template).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| id | No | ||
| to | No | ||
| body | No | ||
| name | No | ||
| subject | No |