get_tome
Fetch one tome's content in a specific agent format (default claude_md). Every response carries the provenance verdict: quality grade, security scan grade, decay risk, and the content hash it is bound to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name. | |
| owner | Yes | GitHub owner or org. | |
| format | No | Output format, e.g. claude_md, agents_md, skill_md. | claude_md |
| skill_path | No | Fetch a specific skill within the repo (the skill_path from a search_tomes result). Omit for the repo's primary unit. |