Skip to main content
Glama
hermoso-ai

Hermoso

Official

Read a Google Sheet range

read_sheet
Read-only

Retrieve cell data from a Google Sheet by providing its spreadsheet ID or URL, with optional A1 range, returning values as a 2-D array.

Instructions

Read cells from a Google Sheet Hermoso can reach — one it created, or one the user handed over with the Google file picker in the app (that is how an EXISTING spreadsheet becomes readable; find its id with list_drive_files). Pass the spreadsheetId (from create_sheet) OR paste a Google Sheets URL as sheetUrl. If Google answers that the file was not found, the user has not picked it yet — ask them to pick it in the app rather than retrying. Returns a 2-D array of values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rangeNoA1 range, e.g. "A1:D50" (default A1:Z1000)
sheetUrlNoa Google Sheets URL to read — the spreadsheet id is extracted from it
spreadsheetIdNothe spreadsheet id (from create_sheet)
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description adds valuable behavioral context: the access prerequisite (user must have picked the file), the error behavior (file not found indicates user hasn't picked it), and the return type (2-D array). This goes beyond the annotations and helps the agent handle edge cases correctly.

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 concise and well-structured: it starts with the core action, explains access, then the parameter options, error handling, and return format. Every sentence adds value without redundancy. It is front-loaded with the most important information and avoids unnecessary detail.

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 moderate complexity (3 params, no output schema), the description covers all necessary aspects: what it does, how to specify the target, error handling, and return type. It even provides a pointer to list_drive_files for finding the ID. There are no obvious gaps for an agent to invoke this tool 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?

Schema coverage is 100% with descriptions for all three parameters. The description adds meaning by clarifying that spreadsheetId and sheetUrl are alternatives and where each comes from, reinforcing the schema. It also explains the default range indirectly through the schema. The extra context about the relationship between parameters and the access model goes beyond the schema, so a score above baseline is warranted.

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 action (read cells from a Google Sheet) and the scope (sheets Hermoso can reach, distinguishing from other sheet tools like append_to_sheet or update_sheet). It also explains the access model (created or user-picked) and provides the return format, making the tool's 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 Guidelines4/5

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

The description gives practical usage guidance: how to obtain the spreadsheetId (via create_sheet or list_drive_files) and that you can alternatively pass a URL as sheetUrl. It also advises on error handling (if file not found, ask user to pick it rather than retrying). While it doesn't explicitly contrast with other read tools, it covers the when and how effectively.

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