mssql_sample_data
Preview data from any SQL Server table without writing queries. Retrieve sample rows up to 100, specifying table or schema-qualified name.
Instructions
Retrieve sample rows from a table (default 10, max 100). Safe way to preview data without writing SQL. Accepts 'table' or 'schema.table'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Number of rows to sample (default: 10, max: 100) | |
| tableName | Yes | Table name, optionally schema-qualified (e.g. 'Orders' or 'dbo.Orders'). | |
| response_format | No | Response format (default: markdown) | markdown |