get_concept
Retrieve an OKF concept by ID, URI, or bundle path, returning its frontmatter, Markdown body, and linked references.
Instructions
Read one valid OKF concept, including its frontmatter, Markdown body, and links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Portable extensionless Concept ID or bundle-relative Markdown path. | |
| uri | No | Canonical or path based okf URI for the concept. | |
| path | No | Bundle relative Markdown path used with bundle when uri is not supplied. | |
| bundle | No | Bundle id used with path when uri is not supplied. |