# MCP tool reference

32 tools generated from the running Akera MCP server. Filter by name, capability, role, or access requirement.

Showing role `content_writer` with access `write`: 11 tools.

Catalog version: `afed48b97c82b2d8`

## Agent setup

- [agent_bootstrap_get](/tools/agent_bootstrap_get.md?role=content_writer&access=write) — Return the authenticated agent identity, role, access ceiling, workspace grants, exact allowed tools, MCP documentation, and required Akera skill digests. Call this before any other agent workflow tool. (read)

## Workspace

- [workspace_list](/tools/workspace_list.md?role=content_writer&access=write) — List every Akera workspace available to the authenticated collaborator, including their role and member count. (read)

## Knowledge

- [knowledge_context_get](/tools/knowledge_context_get.md?role=content_writer&access=write) — Resolve exact active core knowledge plus relevant cited library passages and create a versioned context receipt for this task. (read)
- [knowledge_get](/tools/knowledge_get.md?role=content_writer&access=write) — Read the workspace knowledge state, including active and draft sections, followed knowledge, course outlines, and review readiness. (read)
- [knowledge_revision_create](/tools/knowledge_revision_create.md?role=content_writer&access=write) — Create a new draft revision for a workspace-owned knowledge section. The draft remains unavailable to writing agents until a person activates it. (write)
- [knowledge_search](/tools/knowledge_search.md?role=content_writer&access=write) — Search active general knowledge and imported course lessons. Results include source citations and exact revision or lesson identifiers. (read)

## Atomic Articles

- [content_article_job_cancel](/tools/content_article_job_cancel.md?role=content_writer&access=write) — Cancel a non-terminal managed Content Writer job using optimistic concurrency. A Gate 2-ready or otherwise terminal job cannot be cancelled. (write)
- [content_article_job_events_list](/tools/content_article_job_events_list.md?role=content_writer&access=write) — Read the append-only ordered progress events for a managed Content Writer job without exposing private context, transcripts, prompts, or sandbox credentials. (read)
- [content_article_job_get](/tools/content_article_job_get.md?role=content_writer&access=write) — Read the durable state, pinned runtime digest, review round, and Gate 2 outcome of a managed Content Writer job. (read)
- [content_article_job_start](/tools/content_article_job_start.md?role=content_writer&access=write) — Queue a managed Sandcastle Content Writer job. Akera pins a signed multi-skill runtime, materializes the six exact private knowledge documents before agent creation, enforces context-before-transcript release, runs independent review, and stops at human Gate 2. (write)
- [content_article_sources_list](/tools/content_article_sources_list.md?role=content_writer&access=write) — List unprocessed call metadata that can start an Atomic Article batch. Returns titles, participants, versions, and hashes without transcript, summary, or action-item bodies. (read)
