list_google_sheet_format_presets
List available Google Sheets formatting presets.
read-only · idempotent
Parameters
Section titled “Parameters”This tool takes no parameters.
Returns
Section titled “Returns”Returns a structured object. Top-level fields:
items(array<object>)total_count(integer)truncated(boolean)
See the response example below for the full payload shape.
Example
Section titled “Example”Tool Call
Section titled “Tool Call”{ "name": "list_google_sheet_format_presets", "arguments": {}}Response
Section titled “Response”{ "items": [ { "name": "financial_table", "description": "Financial table styling." }, { "name": "kpi_dashboard", "description": "Key-value dashboard styling." } ], "total_count": 2, "truncated": false}- Module:
Google Sheets - Requires authentication via API token or Auth0 JWT.