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

# list_capabilities

> List which integrations are active for your organization.

Lists which integrations are active for the authenticated organization. Use it to find out
whether tools will return CRM- or call-enriched results, or fall back to public data only.

This tool takes **no arguments**.

**Type:** synchronous · **Returns:** markdown

## Example call

```json theme={null}
{
  "name": "list_capabilities",
  "arguments": {}
}
```

## Returns

```markdown theme={null}
# Capabilities

- CRM (monaco): active
- Call recorder: not connected
```

## What the capabilities mean

| Capability        | Effect when active                                                                      |
| ----------------- | --------------------------------------------------------------------------------------- |
| **CRM (monaco)**  | Deal- and account-aware tools pull from your connected CRM instead of public data only. |
| **Call recorder** | Enables call-summary features once transcript retrieval is available.                   |

<Tip>
  Connect integrations from the Salesgraph dashboard. Once connected, the relevant tools
  automatically return enriched, org-specific results.
</Tip>
