mcp_preview_data
Preview data from a SQL Server table with optional filters, allowing users to quickly inspect specific rows and columns for analysis or validation purposes.
Instructions
Get a preview of data from a SQL Server table with optional filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters | No | Optional filters as column-value pairs, e.g. {"Status": "Active"} | |
limit | No | Maximum number of rows to return | |
table_name | Yes | Fully qualified table name (schema.table), e.g. "dbo.Users" |