get-doc
Retrieve MDMA documentation files from GitHub to access interactive Markdown specifications, authoring prompts, and package metadata for correct integration.
Instructions
Fetches the latest version of an MDMA documentation file from the public GitHub repo (raw.githubusercontent.com/MobileReality/mdma) and returns its contents as text. Allowed paths: any entry from list-docs, plus any *.md file under "docs/" or "blueprints/". Defaults to the "main" branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative path to the doc, e.g. "docs/getting-started/quick-start.md" or "blueprints/kyc-case/README.md" | |
| ref | No | Git ref (branch, tag, or commit SHA). Defaults to "main". |