list_variable_groups
List variable groups for a product.
List variable groups for a product.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
detail | boolean | No | Return full JSON instead of compact one-liners (default: false) |
product | string | Yes | Product slug |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"product": "string"
}
Description
Scoping is intentionally limited to a single product to mirror the web UI and avoid surfacing groups across products the caller may not have UI access to. Archived groups are filtered out.
What's next?
Last updated on