# List workspaces

List every Akera workspace available to the authenticated collaborator, including their role and member count.

- Exact name: `workspace_list`
- Category: Workspace
- Required access: read
- Allowed agent roles: admin, appointment_setter, content_writer
- MCP endpoint: `https://api.funnels.akera.agency/`

## Annotations

- readOnlyHint: true

## Input JSON Schema

```json
{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## Call shape

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "workspace_list",
    "arguments": {}
  }
}
```
