discover_spreadsheets_tool
Analyze and retrieve spreadsheet names along with their sheet names in JSON format. Supports customizable limits for the number of spreadsheets to evaluate.
Instructions
Discover spreadsheets and their sheet names.
Args:
max_spreadsheets: Maximum number of spreadsheets to analyze (default: 10)
Returns:
JSON string containing spreadsheet names and their sheet names
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_spreadsheets | No | Maximum number of spreadsheets to analyze |
Input Schema (JSON Schema)
{
"properties": {
"max_spreadsheets": {
"default": 10,
"description": "Maximum number of spreadsheets to analyze",
"title": "Max Spreadsheets",
"type": "integer"
}
},
"title": "discover_spreadsheets_toolArguments",
"type": "object"
}