> ## 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.

# Meta tools

> The two tools mounted on every toolset selection.

`meta` · 2 tools · Mounted on every selection

These mount on every selection and sit outside the toolset model. You can't name them, and you can't turn them off.

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\_info

**Hints** — read-only, idempotent

Show this server's identity and surface: the server version, the authenticated user and organization, the API URL it talks to, the mounted and available toolsets, and the tool count. Call it first when unsure who you are acting as.

Takes no arguments.

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

## cohesive\_help

**Hints** — read-only, idempotent

Print the full reference for a tool path, for example "canvas node add-note", or "" for the top level. Use it to learn the arguments, rules, and examples beyond a tool's description.

| Argument  | Type   | Required | Description                                       |
| --------- | ------ | -------- | ------------------------------------------------- |
| `command` | string | Optional | The tool path, for example "canvas node add-note" |

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