# 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#L4726-L4755)
- **Output:** [`ListAiSystemsOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L4757-L4768)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15850–L15861 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15850-L15861)

### `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#L4770-L4777)
- **Output:** [`GetAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L4779-L4785)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15862–L15873 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15862-L15873)

### `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#L4787-L4853)
- **Output:** [`AddAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L4855-L4861)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L15874–L15885 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15874-L15885)

### `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#L4863-L4942)
- **Output:** [`UpdateAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L4944-L4950)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15886–L15897 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15886-L15897)

### `deleteAiSystem` — Delete AI System

Delete an AI system.

- **Input:** [`DeleteAiSystemInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L4952-L4959)
- **Output:** [`DeleteAiSystemOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L4961-L4968)
- **Behavior:** Writes data · Destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15898–L15909 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15898-L15909)

### `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#L8504-L8520)
- **Output:** [`PublishAiSystemListOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8522-L8533)
- **Behavior:** Writes data · Non-destructive · Non-idempotent · Closed world
- **Source:** [specification.yaml · L16786–L16797 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16786-L16797)
