# 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 · L15547–L15558 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L15547-L15558)

### `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#L10407-L10414)
- **Output:** [`GetOrganizationContextOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10416-L10422)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17935–L17946 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17935-L17946)

### `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#L10424-L10446)
- **Output:** [`UpdateOrganizationContextOutput`](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L10448-L10454)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L17947–L17958 ↗](https://github.com/getprobo/probo/blob/main/pkg/server/api/mcp/v1/specification.yaml#L17947-L17958)
