# Get workspace knowledge

Read the workspace knowledge state, including active and draft sections, followed knowledge, course outlines, and review readiness.

- Exact name: `knowledge_get`
- Category: Knowledge
- 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": {
    "workspaceId": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "workspaceId"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## Call shape

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