Skip to main content
Glama
hermoso-ai

Hermoso

Official

List the tabs in a Google Sheet

list_sheet_tabs
Read-only

List all tab names, IDs, and dimensions in a Google Spreadsheet to identify existing sheets before renaming, editing, or deleting them. Read-only.

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)
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds 'Read-only, free,' reinforcing safety and cost behavior, plus explains its role as a discovery step. It doesn't contradict annotations and adds modest extra context beyond what annotations already provide.

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?

Two sentences efficiently convey purpose, usage guidance, and safety, with the core function front-loaded and no redundant content. Every sentence earns its place.

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?

Without an output schema, the description compensates by enumerating the fields returned (name, sheetId, row/column count, position) and explaining its role relative to other sheet operations. It provides all necessary context for correct invocation.

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%: both sheetUrl and spreadsheetId are described in the schema. The description does not add any new parameter semantics beyond what the schema already specifies, so baseline 3 is appropriate.

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?

The description clearly states the tool lists tabs in a spreadsheet with specific fields (name, sheetId, row/column count, position). It also differentiates itself as a prerequisite for several sibling tools, making its purpose and scope unambiguous.

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?

Explicitly instructs when to call this tool: before naming a tab in update_sheet, clear_sheet_range, manage_sheet_tabs, format_sheet, and before proposing deletion. It also explains the reasoning (to learn actual content instead of guessing names), giving clear contextual guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hermoso-ai/hermoso'

If you have feedback or need assistance with the MCP directory API, please join our Discord server