# List managed Atomic Article job events

Read the append-only ordered progress events for a managed Content Writer job without exposing private context, transcripts, prompts, or sandbox credentials.

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

## Annotations

- readOnlyHint: true

## Input JSON Schema

```json
{
  "type": "object",
  "properties": {
    "workspaceId": {
      "type": "string",
      "minLength": 1
    },
    "jobId": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "workspaceId",
    "jobId"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## Call shape

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