export_mssql_knowledge
Generate Markdown documentation of MSSQL database schema including tables and columns for AI Q/A systems. Export structured knowledge files to support database understanding and query assistance.
Instructions
Export MSSQL schema (tables/columns) into a Markdown knowledge file for Q/A.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columnLimit | No | Max number of columns to document in total | |
| outputPath | No | Output Markdown path (relative), e.g., docs/db-knowledge.md | docs/db-knowledge.md |
| tableLimit | No | Max number of tables to document |