create_data_template
Create data templates from markdown for content types by converting [Field Name] placeholders into fillable fields. Get feedback on unmatched placeholders to fix and recreate.
Instructions
Author a new data template for a content type from markdown. Write [Field Name] placeholders in the body and title_template — they become fillable holder fields, and MUST match the content type's field names (see list_content_types). Supported markdown: #-###### headings, paragraphs, - bullets, 1. numbered lists, > quotes, ---, bold, italic. The result reports any placeholders that didn't match a field (left as plain text) — fix and recreate if needed. NOT idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Template display title | |
| body_markdown | Yes | Template body as markdown with [Field Name] placeholders | |
| title_template | No | Document title pattern with [Field] placeholders, e.g. "Letter of Intent — [Company Name]". Defaults to title. | |
| content_type_id | Yes | Content type id (UUID) whose fields the placeholders map to |