Get BCQuality knowledge file
bcquality_get_knowledgeRetrieve structured content from a Business Central quality knowledge file, including frontmatter, sections, and paths to associated example files.
Instructions
Returns the parsed frontmatter, title, and named sections (Description, Best Practice, Anti Pattern, …) of a knowledge file, plus the paths of associated .good.al / .bad.al examples if present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative path, e.g. microsoft/knowledge/performance/use-isempty-for-existence-check.md |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| title | Yes | ||
| frontmatter | Yes | ||
| sections | Yes | ||
| exampleFiles | Yes | ||
| body | Yes |