# Risk assessments MCP tools

This page documents **2 tools** in the risk assessments group. Return to the [complete MCP tool reference](/docs/developers/api/mcp/tools) to browse another group.

Select a tool to inspect its schemas and behavior. Schema links open the exact definition in GitHub.

### `listThirdPartyRiskAssessments` — List Third Party Risk Assessments

List all risk assessments for a thirdParty.

- **Input:** [`ListThirdPartyRiskAssessmentsInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L966-L982)
- **Output:** [`ListThirdPartyRiskAssessmentsOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L984-L995)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15469–L15480 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15469-L15480)

### `addThirdPartyRiskAssessment` — Add Third Party Risk Assessment

Add a new risk assessment for a thirdParty.

- **Input:** [`AddThirdPartyRiskAssessmentInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L997-L1020)
- **Output:** [`AddThirdPartyRiskAssessmentOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1022-L1028)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L15481–L15492 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15481-L15492)
