# 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#L618-L623)
- **Output:** [`ListOrganizationsOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L625-L631)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L13916–L13927 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L13916-L13927)

### `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#L8899-L8906)
- **Output:** [`GetOrganizationContextOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8908-L8914)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16052–L16063 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16052-L16063)

### `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#L8916-L8938)
- **Output:** [`UpdateOrganizationContextOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L8940-L8946)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16064–L16075 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L16064-L16075)
