Documentation Index
Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
What can you do with it?
Manage your spreadsheets and data with Smartsheet, including retrieving all sheets, reading sheet data, managing rows and columns, and handling spreadsheet operations for efficient data organization and collaboration within the Smartsheet platform.How to use it?
Basic Command Structure
Parameters
Required:action- The operation to perform (get-all-sheets, get-sheet-data)
sheet-id- Smartsheet sheet IDinclude-columns- Include column informationinclude-rows- Include row information
Tools
Get All Sheets
Retrieve a list of all your Smartsheet sheets Parameters:- No parameters required
Get Sheet Data
Read data from a specific Smartsheet sheet Parameters:sheet-id(required) - Smartsheet sheet IDinclude-columns(optional) - Include column information (default: true)include-rows(optional) - Include row information (default: true)

