# 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`](/docs)
- **Output:** [`ListOrganizationsOutput`](/docs)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L14281–L14292 ↗](/docs)

### `getOrganizationContext` — Get Organization Context

Get the organization context containing structured sections about the company.

- **Input:** [`GetOrganizationContextInput`](/docs)
- **Output:** [`GetOrganizationContextOutput`](/docs)
- **Behavior:** Read only · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16489–L16500 ↗](/docs)

### `updateOrganizationContext` — Update Organization Context

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

- **Input:** [`UpdateOrganizationContextInput`](/docs)
- **Output:** [`UpdateOrganizationContextOutput`](/docs)
- **Behavior:** Writes data · Non-destructive · Idempotent · Closed world
- **Source:** [specification.yaml · L16501–L16512 ↗](/docs)
