Skip to main content
Glama
hermoso-ai

Hermoso

Official

Format a Google Sheet

format_sheet
Idempotent

Bold headers, freeze top rows, and auto-size columns to make exported spreadsheets readable. Apply these formatting fixes post-export so nothing gets cut off or scrolled away.

Instructions

Make an exported sheet readable: bold the header row, FREEZE it so it stays visible while scrolling, and auto-size the columns so nothing is cut off. Worth calling right after create_sheet — a raw export with unsized columns and a header that scrolls away is the difference between a spreadsheet someone reads and one they close. Changes no cell VALUE, so it is never gated. The defaults do all three on the first tab; pass tab to pick another, freezeRows:0 to skip freezing, boldHeader:false or autoResize:false to skip those.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabNotab title or numeric sheetId (default: the first tab)
sheetUrlNo
autoResizeNo
boldHeaderNo
freezeRowsNohow many top rows to freeze (default 1, 0 = none)
spreadsheetIdNo
Behavior4/5

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

The description adds behavioral context beyond annotations: it states it changes formatting but not cell values, and explains how to skip individual operations via parameters. Annotations already declare idempotent and non-destructive, and the description enriches this with specifics about freezing and auto-size.

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

Conciseness4/5

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

The description is longer than typical, but every sentence adds value. It front-loads the purpose and then explains usage and parameter specifics. The rhetorical flourish about 'the difference between a spreadsheet someone reads and one they close' is not wasteful, but could be trimmed without loss.

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

Completeness4/5

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

For a formatting tool with no output schema, the description covers the core use case, parameter semantics, and behavioral details. It does not mention error handling or authorization, but those are covered by annotations (idempotent, non-destructive) and are not critical for correct invocation.

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?

Schema coverage is only 33% (only tab and freezeRows have descriptions). The description compensates by explaining the defaults and how to override each operation (tab, freezeRows, boldHeader, autoResize). It does not detail sheetUrl/spreadsheetId, but those are conventional identifiers.

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 specific actions (bold header, freeze, auto-size) and the resource (exported sheet). It also distinguishes itself from create_sheet by describing it as a follow-up formatting step, not a creation or data mutation tool.

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

Usage Guidelines4/5

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

It provides a concrete trigger ('Worth calling right after create_sheet') and explains why (raw export with unsized columns). It also notes that it changes no cell value and is never gated, implying non-destructive use. However, it does not explicitly name alternatives for editing values or when not to use it.

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