Execute Template
execute_templateExecute a specific template with provided variables.
Templates guide the analysis with pre-defined prompts and variable placeholders. First use get_templates to find available templates and their required variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Target platform for optimization | general |
| variables | Yes | Dictionary of variable values required by the template | |
| template_id | Yes | The template ID to execute (from get_templates) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||