MCP Tools
Template Tools
2 MCP tools for article template management. Save successful article structures as reusable templates.
aeo_save_as_template
Save a completed article as a reusable structure template. Captures the section layout, block types, and feature flags so future articles can follow the same proven pattern.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | Required | Domain the article belongs to (e.g., "understoodcare.com") |
execution_id | string | Required | Pipeline execution ID of the completed article |
name | string | Required | Template name (e.g., "Medicare Mega-Guide") |
description | string | Optional | Brief description of the template structure and purpose |
Example
Response
aeo_list_templates
List saved article templates for a domain. Returns template metadata including section count, word count, and feature flags. Use to pick a template before starting a new article.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | Required | Domain to list templates for (e.g., "understoodcare.com") |
Example
Response