saveQueryEvidence
Run a read-only SELECT SQL query and save the SQL and results as a Markdown report. Provides file path, total rows, and a 10-row preview.
Instructions
Execute a read-only SELECT SQL query and save the SQL plus the results as a Markdown report file. Returns the saved file path, the total number of rows fetched, and the first 10 rows as preview data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SELECT SQL statement to execute and document | |
| filepath | Yes | Destination Markdown file path (absolute, or relative to the server working directory) |