smartsheet_generate_sheet_documentation
Generate markdown documentation for a sheet, including its purpose, columns, and sample data. Pass a sheet ID and optional sample row count to get structured docs.
Instructions
Generate documentation for a sheet including its purpose, columns, and sample data. Returns markdown-formatted documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet to document | |
| sampleRowCount | No | Number of sample rows to include (default: 5) | |
| includeRowSamples | No | Include sample rows in documentation (default: true) |