Skip to main content
Glama
hermoso-ai

Hermoso

Official

Add, rename or delete a sheet tab

manage_sheet_tabs
Destructive

Add, rename, or delete Google Sheets tabs. Unknown tabs are refused with the real list; deletions require confirmation with filled-cell count.

Instructions

Add, rename or delete a tab in a Google Spreadsheet. action:"add" + title · action:"rename" + tab + newTitle · action:"delete" + tab. Name the tab by its TITLE or its numeric sheetId (list_sheet_tabs gives both); an unknown tab is refused with the real list rather than a Google error nobody can map back. DELETING a tab destroys everything on it: call it without confirm first to get the filled-cell count, then confirm:true + confirmCells. Google does not allow removing the LAST remaining tab in a file, and that is refused by name with the way out (clear it, or delete the whole file with delete_drive_file). Every action is read back from the spreadsheet before it is reported as done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabNowhich tab — its title or numeric sheetId (rename / delete)
titleNothe name for the new tab (action:"add")
actionYes
confirmNo
newTitleNowhat to rename the tab to (action:"rename")
sheetUrlNo
confirmCellsNo
spreadsheetIdNo
Behavior5/5

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

Annotations already indicate destructiveHint=true, but the description goes far beyond: it warns that deleting destroys everything, requires confirmation with confirmCells, explains the last-tab restriction and its workaround, and states that every action is read back before being reported. This is excellent behavioral disclosure with no contradictions.

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?

The description is dense but every sentence earns its place. It front-loads the purpose, then systematically walks through actions, error handling, safety mechanisms, and fallbacks. No fluff, well-organized, and easy to parse.

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?

Given the tool's complexity (three actions, confirmation, destructions, last-tab edge case) and lack of output schema, the description is remarkably complete. It covers all key behaviors, error paths, and alternatives, leaving no obvious gap for an agent to call it correctly.

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

Parameters4/5

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

With only 38% schema coverage, the description compensates well by explaining action values, tab identifiers, and confirm/confirmCells semantics in the delete flow. However, it does not explicitly clarify sheetUrl or spreadsheetId, and confirm's role in rename/add is left implicit. The description adds meaning but does not fully cover all eight parameters.

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 adds, renames, or deletes a tab in a Google Spreadsheet. It distinguishes itself from siblings like list_sheet_tabs by specifying the three mutation actions, making its purpose 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?

The description gives explicit patterns for each action ('action:"add" + title', etc.), explains tab identification by title or sheetId, and details the delete confirmation flow. It also names alternatives (clear, or delete_drive_file for the last tab) and notes error handling with the real list, providing comprehensive usage 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