show_quality_gate
Fetch full quality gate definition, including conditions and allowed actions, to explain or compare them.
Instructions
Fetch full gate definition (conditions, allowed actions) so LLMs can explain or compare them.
Returns detailed information about a specific quality gate, including all conditions (coverage thresholds, bug counts, etc.) and metadata. Requires SONARCLOUD_ORGANIZATION to be set. Either name or gate_id must be provided.
Example: show_quality_gate(name="Sonar way")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Quality gate name (e.g., 'Sonar way', 'My Custom Gate'). Either name or gate_id required | |
| gate_id | No | Quality gate numeric ID. Either name or gate_id required |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||