list_variants
Lists all indexed builds with variant, image, and board identifiers, showing config hash and symbol counts for each. Use to verify what's actually indexed versus configuration declarations.
Instructions
List every indexed build with its (variant, image, board) identity.
Read-only diagnostic — shows what is actually indexed, not what the config
declares. Each row is one (variant, image) build with its own
config_hash and symbol count. For single-project indexes this returns
one row with variant/image empty.
Use get_active_build for the mandatory first-call health check and the
human-readable variants/images discovery; use this tool to see the
per-build config_hash and symbol counts (authoritative per-build state).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Project root directory. Auto-detected from CWD if omitted. |