# Organizations MCP tools

This page documents **3 tools** in the organizations 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.

### `listOrganizations` — List Organizations

List all organizations the user has access to.

- **Input:** [`ListOrganizationsInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L674-L679)
- **Output:** [`ListOrganizationsOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L681-L687)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L15301–L15312 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15301-L15312)

### `getOrganizationContext` — Get Organization Context

Get the organization context containing structured sections about the company.

- **Input:** [`GetOrganizationContextInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10161-L10168)
- **Output:** [`GetOrganizationContextOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10170-L10176)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17617–L17628 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17617-L17628)

### `updateOrganizationContext` — Update Organization Context

Update the organization context sections (product, architecture, team, processes, customers).

- **Input:** [`UpdateOrganizationContextInput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10178-L10200)
- **Output:** [`UpdateOrganizationContextOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10202-L10208)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17629–L17640 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17629-L17640)
