get_system_variables_catalog
List the platform's auto-injected system__* template variables to validate safe placeholders for agent prompts and distinguish them from user-supplied dynamic variables when building call payloads.
Instructions
List the platform's built-in system__* template variables.
These are auto-injected at call time by the platform — you never pass them in dynamic_variables. Use this catalog to:
Validate which {{system__*}} placeholders are safe to embed in agent prompts
Distinguish auto-injected variables from user-supplied ones when building dynamic_variables payloads for make_call
Each entry has name, description, and available_on (the channels
where the variable resolves to a real value vs falling back to "").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||