get_variable_group
Get the full detail of a variable group: metadata, variants[] (with is_default), and variables[] inside the group.
Get the full detail of a variable group: metadata, variants[] (with is_default), and variables[] inside the group.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
group_id | number | Yes | Variable group id |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"group_id": 0
}
Description
Single call to inspect everything about a group.
What's next?
Last updated on