get_grammar
Retrieve the Blueprint Chart (.bpc) DSL grammar as markdown, optionally filtered by section (chart, data, properties, scenes, annotations) for focused reference.
Instructions
Return the .bpc DSL grammar as markdown. Pass { section: "chart" | "data" | "properties" | "scenes" | "annotations" } for a focused subset, or no args for the full grammar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Limit to one grammar section: "chart", "properties", "scenes", or "annotations". Omit (or "all") for the full grammar. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The grammar reference as markdown. | |
| section | Yes | The grammar section returned. |