Skip to content

list_google_sheet_format_presets

List available Google Sheets formatting presets.

read-only · idempotent

This tool takes no parameters.

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.

{
"name": "list_google_sheet_format_presets",
"arguments": {}
}
{
"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.