# Third parties MCP tools

This page documents **19 tools** in the third parties 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.

### `listThirdParties` — List Third Parties

List thirdParties for the organization. By default only direct third parties (level 1) are returned; pass level to filter by hierarchy depth.

- **Input:** [`ListThirdPartiesInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L712-L737)
- **Output:** [`ListThirdPartiesOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L739-L750)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15313–L15324 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15313-L15324)

### `listChildThirdParties` — List Child Third Parties

List child third parties linked to a parent third party.

- **Input:** [`ListChildThirdPartiesInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L752-L768)
- **Output:** [`ListChildThirdPartiesOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L770-L781)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15325–L15336 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15325-L15336)

### `addThirdParty` — Add Third Party

Add a new thirdParty to the organization.

- **Input:** [`AddThirdPartyInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1030-L1121)
- **Output:** [`AddThirdPartyOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1123-L1129)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L15433–L15444 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15433-L15444)

### `updateThirdParty` — Update Third Party

Update an existing thirdParty.

- **Input:** [`UpdateThirdPartyInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1131-L1221)
- **Output:** [`UpdateThirdPartyOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1223-L1229)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15445–L15456 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15445-L15456)

### `getThirdParty` — Get Third Party

Get a third party by ID.

- **Input:** [`GetThirdPartyInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1231-L1238)
- **Output:** [`GetThirdPartyOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1240-L1246)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15457–L15468 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15457-L15468)

### `deleteThirdParty` — Delete Third Party

Delete a thirdParty.

- **Input:** [`DeleteThirdPartyInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1248-L1255)
- **Output:** [`DeleteThirdPartyOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1257-L1264)
- **Behavior:** Writes data · Destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15493–L15504 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15493-L15504)

### `listThirdPartyContacts` — List Third Party Contacts

List all contacts for a thirdParty.

- **Input:** [`ListThirdPartyContactsInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1305-L1321)
- **Output:** [`ListThirdPartyContactsOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1323-L1334)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15505–L15516 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15505-L15516)

### `addThirdPartyContact` — Add Third Party Contact

Add a new contact to a thirdParty.

- **Input:** [`AddThirdPartyContactInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1336-L1359)
- **Output:** [`AddThirdPartyContactOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1361-L1367)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L15517–L15528 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15517-L15528)

### `updateThirdPartyContact` — Update Third Party Contact

Update an existing thirdParty contact.

- **Input:** [`UpdateThirdPartyContactInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1369-L1388)
- **Output:** [`UpdateThirdPartyContactOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1390-L1396)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15529–L15540 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15529-L15540)

### `deleteThirdPartyContact` — Delete Third Party Contact

Delete a thirdParty contact.

- **Input:** [`DeleteThirdPartyContactInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1398-L1405)
- **Output:** [`DeleteThirdPartyContactOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1407-L1414)
- **Behavior:** Writes data · Destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15541–L15552 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15541-L15552)

### `listThirdPartyServices` — List Third Party Services

List all services for a thirdParty.

- **Input:** [`ListThirdPartyServicesInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1447-L1463)
- **Output:** [`ListThirdPartyServicesOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1465-L1476)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15553–L15564 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15553-L15564)

### `addThirdPartyService` — Add Third Party Service

Add a new service to a thirdParty.

- **Input:** [`AddThirdPartyServiceInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1478-L1492)
- **Output:** [`AddThirdPartyServiceOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1494-L1500)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L15565–L15576 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15565-L15576)

### `updateThirdPartyService` — Update Third Party Service

Update an existing thirdParty service.

- **Input:** [`UpdateThirdPartyServiceInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1502-L1515)
- **Output:** [`UpdateThirdPartyServiceOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1517-L1523)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15577–L15588 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15577-L15588)

### `deleteThirdPartyService` — Delete Third Party Service

Delete a thirdParty service.

- **Input:** [`DeleteThirdPartyServiceInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1525-L1532)
- **Output:** [`DeleteThirdPartyServiceOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1534-L1541)
- **Behavior:** Writes data · Destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15589–L15600 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15589-L15600)

### `vetThirdParty` — Vet Third Party

Start AI-powered vetting of a third party by crawling its website. Returns immediately; vetting runs in the background.

- **Input:** [`VetThirdPartyInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1543-L1557)
- **Output:** [`VetThirdPartyOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L1559-L1565)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Open world
- **Source:** [specification.yaml · L15601–L15612 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15601-L15612)

### `publishThirdPartyList` — Publish Third Party List

Publish the thirdParty register for an organization as a document. If a document already exists, a new version is created.

- **Input:** [`PublishThirdPartyListInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8911-L8927)
- **Output:** [`PublishThirdPartyListOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8929-L8940)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17281–L17292 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17281-L17292)

    <details
      className="mcp-tool"
      id="updateCompliancePortalThirdPartyPublished"
    >
      <summary>
        <span className="mcp-tool__identity">
          <code>updateCompliancePortalThirdPartyPublished</code>
          <span>Update Compliance Portal Third Party Published</span>
        </span>
        <span className="mcp-tool__mode">Writes data</span>
      </summary>
      <div className="mcp-tool__body">
        <p className="mcp-tool__description">
          Update whether a third party is published on a compliance portal.
        </p>
        <dl className="mcp-tool__meta">
          <div>
            <dt>Input</dt>
            <dd>
              <a href="https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L11211-L11226">
                <code>UpdateCompliancePortalThirdPartyPublishedInput</code>
              </a>
            </dd>
          </div>
          <div>
            <dt>Output</dt>
            <dd>
              <a href="https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L11228-L11235">
                <code>UpdateCompliancePortalThirdPartyPublishedOutput</code>
              </a>
            </dd>
          </div>
          <div>
            <dt>Behavior</dt>
            <dd>Writes data · Non-destructive · Idempotent · Closed world</dd>
          </div>
          <div>
            <dt>Source</dt>
            <dd>
              <a href="https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17977-L17988">
                specification.yaml · L17977–L17988 ↗
              </a>
            </dd>
          </div>
        </dl>
      </div>
    </details>

### `deleteCompliancePortalThirdParty` — Delete Compliance Portal Third Party

Remove a third party from a compliance portal.

- **Input:** [`DeleteCompliancePortalThirdPartyInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L11237-L11244)
- **Output:** [`DeleteCompliancePortalThirdPartyOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L11246-L11253)
- **Behavior:** Writes data · Destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17989–L18000 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17989-L18000)

### `listCompliancePortalThirdParties` — List Compliance Portal Third Parties

List third parties published on a compliance portal.

- **Input:** [`ListCompliancePortalThirdPartiesInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L11317-L11333)
- **Output:** [`ListCompliancePortalThirdPartiesOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L11335-L11346)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L18025–L18036 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L18025-L18036)
