Inspect Template Structure
inspect_template_structureInspect a template doc's structure, tags, and fallback risk before instantiation to identify potential issues and ensure reliable document creation.
Instructions
Inspect a template doc's native structure, tags, and fallback risk before instantiation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | AFFiNE workspace id. Omit only when AFFINE_WORKSPACE_ID is configured. | |
| templateDocId | Yes | The template doc to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | ||
| title | Yes | ||
| blocks | Yes | ||
| noteId | Yes | ||
| pageId | Yes | ||
| surfaceId | Yes | ||
| blockCount | Yes | ||
| workspaceId | Yes | ||
| rootBlockIds | Yes | ||
| templateDocId | Yes | ||
| fallbackReasons | Yes | ||
| nativeCloneSupported | Yes |