# Prepare complete Atomic Article context

Load the complete active Brand, Voice, Pillars, Funnel, Policies, and Offer documents and mint a batch-, actor-, source-, workflow-, skill-, and hash-bound receipt. Transcript bodies remain hidden.

- Exact name: `content_article_context_prepare`
- Category: Atomic Articles
- 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
    },
    "batchId": {
      "type": "string",
      "minLength": 1
    },
    "resumeToken": {
      "type": "string",
      "minLength": 32
    },
    "expectedBatchVersion": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "maximum": 9007199254740991
    },
    "tokenBudget": {
      "default": 12000,
      "type": "integer",
      "minimum": 2000,
      "maximum": 50000
    }
  },
  "required": [
    "workspaceId",
    "batchId",
    "resumeToken",
    "expectedBatchVersion"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## Call shape

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