sheets_check_access
Verify spreadsheet access permissions to determine allowed operations. Input the spreadsheet ID to retrieve detailed access information.
Instructions
Check access permissions for a spreadsheet. Returns information about what operations are allowed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spreadsheetId | Yes | The ID of the spreadsheet to check access for |
Input Schema (JSON Schema)
{
"properties": {
"spreadsheetId": {
"description": "The ID of the spreadsheet to check access for",
"type": "string"
}
},
"required": [
"spreadsheetId"
],
"type": "object"
}