Skip to main content
Glama
overdozer1124

claude-appsscript-pro

get_sheet_data

Retrieves data from a Google Sheets spreadsheet. Specify the spreadsheet ID and optional range to fetch cell values.

Instructions

スプレッドシートデータ取得(read_sheet_dataのエイリアス)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rangeNo
spreadsheet_idYes
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure, but it only mentions it is an alias. It does not state that this is a read-only operation, nor does it discuss authorization, rate limits, or other behavioral traits.

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

Conciseness2/5

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

The description is extremely short but lacks substance. It is under-specified, failing to provide useful information beyond the name and alias relationship. Conciseness at the expense of completeness is not effective.

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

Completeness1/5

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

Given the tool has two parameters, no output schema, and no annotations, the description is severely incomplete. It does not explain what the returned data looks like, how ranges are specified, or any constraints.

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

Parameters1/5

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

The input schema has zero description coverage, and the tool description adds no explanation for the 'spreadsheet_id' or 'range' parameters. The agent receives no semantic context beyond what is minimal in the schema.

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

Purpose4/5

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

The description clearly states the tool retrieves spreadsheet data and identifies itself as an alias of read_sheet_data, which clarifies its purpose. However, it could be more specific about what data is retrieved (e.g., cell values, formatting).

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like read_sheet_data (which is identical) or other data retrieval tools. The description lacks context for selection.

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/overdozer1124/claude-appsscript-pro'

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