get_essay
Retrieve a specific essay by its slug, choosing full text, summary, or markdown format. Access Mike Olsen's essays on AI governance, professional accountability, and the future of technical work.
Instructions
Retrieve a specific essay by its slug. Returns full content, summary, or markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Essay slug (e.g., "executable-knowledge-architecture") | |
| format | No | Response format: full (plain text), summary (metadata only), markdown (raw) | full |