Generate Query Documentation
ob_generate_query_docGenerate JSON or Markdown documentation for SQL queries without executing them, enabling safe inspection.
Instructions
Generate bounded JSON or Markdown documentation for a SQL snippet without executing the target query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | No | ||
| line | No | ||
| title | No | ||
| format | No | markdown | |
| params | No | ||
| schema | No | ||
| maxRows | No | ||
| profile | No | ||
| filePath | No | ||
| runExplain | No |