> ## Documentation Index
> Fetch the complete documentation index at: https://mcp-docs.cohesive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspace tools

> Tools for listing and reading Workspaces.

`workspace` · 2 tools · Mounted by `default`

A Workspace is the container everything else hangs off. Start here when you don't know what you can reach.

Every call also carries an exit code and timing in `_meta`, and errors come back as results rather than transport failures. See [Results](/reference/results).

## cohesive\_workspace\_get

**Hints** — read-only, idempotent

Show one workspace.

| Argument       | Type   | Required | Description   |
| -------------- | ------ | -------- | ------------- |
| `workspace_id` | string | Required | Workspace id. |

**Returns** — JSON, as text content and as structured content.

## cohesive\_workspace\_list

**Hints** — read-only, idempotent

List the workspaces you can access.

Takes no arguments.

**Returns** — JSON, as text content and as structured content.
