# 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`](/docs)
- **Output:** [`ListThirdPartyRiskAssessmentsOutput`](/docs)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L14449–L14460 ↗](/docs)

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

Add a new risk assessment for a thirdParty.

- **Input:** [`AddThirdPartyRiskAssessmentInput`](/docs)
- **Output:** [`AddThirdPartyRiskAssessmentOutput`](/docs)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L14461–L14472 ↗](/docs)
