project_template_list
List saved project templates from the Templates folder, returning template IDs, names, parameters, and creation timestamps. Use to find reusable project structures without affecting your project list.
Instructions
List saved project templates under the Templates folder. Projects without a parseable template fence are skipped. Do NOT use to enumerate ordinary projects — call project_list. Returns { templates: [{ templateId, templateName, parameterNames, capturedAt }] }, sorted by capturedAt desc. Read-only; safe to retry. Example: call with no args; receives [] when no Templates folder exists yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||