read_document
Retrieve the complete markdown body of a document by entry ID. Use after searching to access full technical content, with an optional character limit.
Instructions
Lee el cuerpo markdown COMPLETO de un documento OnMind (sin frontmatter). Úsalo tras search_content/get_entry cuando necesites el contenido técnico completo. El cuerpo puede truncarse (máx 12k chars por defecto).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry id, e.g. know:devops/es/Keycloak | |
| maxBody | No | Max characters of body to return |