Skip to main content
Glama
hermoso-ai

Hermoso

Official

List the tabs in a Google Sheet

list_sheet_tabs
Read-only

List all tabs in a Google Spreadsheet with names, sheet IDs, dimensions, and positions. Use before renaming, clearing, formatting, or deleting tabs to verify actual contents and avoid guessing.

Instructions

The tabs in a Google Spreadsheet, each with its name, numeric sheetId, row/column count and position. Call this BEFORE naming a tab in update_sheet / clear_sheet_range / manage_sheet_tabs / format_sheet, and before proposing to delete one — it is how you learn what the file actually contains instead of guessing at a name. Read-only, free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheetUrlNoa Google Sheets URL — the id is extracted from it
spreadsheetIdNothe spreadsheet id (from create_sheet, or list_drive_files for one the user picked)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.161

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover read-only and non-destructive behavior; the description adds the output shape (name, sheetId, row/column count, position) and explicitly notes it is free. This adds useful context beyond the structured annotations, though it does not discuss failure modes or edge cases.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three tightly-written sentences earn their place: the first defines the output, the second gives precise usage timing, and the third confirms safety and cost. Information is front-loaded and there is no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only listing tool with no output schema, the description provides the return fields in prose, the exact triggering conditions, and the associated sibling tools. Combined with a fully documented input schema, nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents both parameters fully. The description does not add guidance on choosing between sheetUrl and spreadsheetId or explain precedence, so it stays at the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly identifies the resource (tabs in a Google Spreadsheet) and what is returned: name, numeric sheetId, row/column count, and position. It also differentiates from related sheet-mutation tools by positioning itself as the discovery step that precedes them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance: call BEFORE naming a tab in update_sheet, clear_sheet_range, manage_sheet_tabs, or format_sheet, and before deleting a tab. It frames the tool as the way to learn actual file contents instead of guessing, which is actionable and unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools