# Initialize workspace knowledge

Create the standard Brand, Voice, Pillars, Funnel, Policies, General knowledge, and Offer drafts for an empty workspace. Requires write access.

- Exact name: `knowledge_initialize`
- Category: Knowledge
- Required access: write
- Allowed agent roles: admin
- MCP endpoint: `https://api.funnels.akera.agency/`

## Annotations

- None declared

## 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_initialize",
    "arguments": {}
  }
}
```
