query_inspect
Retrieve the frontmatter schema of Markdown files matching a glob pattern. Returns file count, field types, nullability, and example values.
Instructions
Get frontmatter schema from files matching glob pattern.
Args: glob: Glob pattern relative to base directory (e.g. "atoms/**/*.md").
Returns: Dict with file_count, schema (type, nullable, examples).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||