Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/content/metrics_reports/ai/mcp_server_pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@ get_findings({

**Description:** Retrieve aggregate finding metrics in a single call, rather than fetching findings and counting them. Returns counts by severity, average priority and risk score, average finding age, and the most common CWEs.

> **Note on counts:** The `active_*` counts cover every active finding, whether or not it has
> been verified. Verified findings are reported separately as `verified_findings` and
> `active_verified_findings`, so one call gives you both views. The **Enforce Verified Status**
> system settings do not narrow these counts.

**Parameters:**

**product_id** (Optional)
Expand Down Expand Up @@ -436,6 +441,11 @@ finding_summary({

**Description:** Retrieve the aggregate risk posture for a single product, including average priority, risk score, active finding counts, and business criticality.

> **Note on counts:** The `active_*` counts cover every active finding, whether or not it has
> been verified. Verified findings are reported separately as `verified_findings` and
> `active_verified_findings`, so one call gives you both views. The **Enforce Verified Status**
> system settings do not narrow these counts.

**Parameters:**

**product_id** (Required)
Expand Down
Loading