Get Template Detail & Example Values
get_templateShow a catalog template’s available versions, prerequisites, whether it creates its own GVC, and the EXAMPLE values.yaml for the chosen (or latest) version. Read this before install_template — copy and edit the example values to configure the deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Template version (e.g. "3.0.1"). Omit to use the latest. See get_template for available versions. | |
| template | Yes | Catalog template to use — select one of the available templates (full details via browse_templates/get_template). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the call succeeded. | |
| data | No | The full machine-readable result — list rows, the resource object, query results. Read THIS, not just the summary. | |
| summary | Yes | One-line summary of the result. | |
| nextSteps | No | Recommended follow-up actions for this task, in order. |