Browse table
browse_tablePreview rows from a SQL Server table to inspect data. Retrieves up to 200 rows without filtering; use query_table for filtered results.
Instructions
Preview rows from a table (SELECT TOP N *). Max 200 rows, no filtering — use query_table for filtered results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Row limit (default 50, max 200) | |
| table | Yes | Table name | |
| schema | Yes | Schema name, e.g. 'dbo' |