# AI systems MCP tools

This page documents **6 tools** in the ai systems 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.

### `listAiSystems` — List AI Systems

List all AI systems for the organization.

- **Input:** [`ListAiSystemsInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5048-L5077)
- **Output:** [`ListAiSystemsOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5079-L5090)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16297–L16308 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16297-L16308)

### `getAiSystem` — Get AI System

Get an AI system by ID.

- **Input:** [`GetAiSystemInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5092-L5099)
- **Output:** [`GetAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5101-L5107)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16309–L16320 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16309-L16320)

### `addAiSystem` — Add AI System

Add a new AI system to the organization.

- **Input:** [`AddAiSystemInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5109-L5175)
- **Output:** [`AddAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5177-L5183)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L16321–L16332 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16321-L16332)

### `updateAiSystem` — Update AI System

Update an existing AI system.

- **Input:** [`UpdateAiSystemInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5185-L5264)
- **Output:** [`UpdateAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5266-L5272)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16333–L16344 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16333-L16344)

### `deleteAiSystem` — Delete AI System

Delete an AI system.

- **Input:** [`DeleteAiSystemInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5274-L5281)
- **Output:** [`DeleteAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L5283-L5290)
- **Behavior:** Writes data · Destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16345–L16356 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16345-L16356)

### `publishAiSystemList` — Publish AI System List

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

- **Input:** [`PublishAiSystemListInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8787-L8803)
- **Output:** [`PublishAiSystemListOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8805-L8816)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L17233–L17244 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17233-L17244)
