Skip to main content
Glama

sheets_update_table

Update an existing Google Sheets table's name, range, or column definitions by specifying its table ID and a field mask for the properties to change.

Instructions

Update an existing native Google Sheets table by tableId

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional new table name
rangeNoOptional new A1 notation range for the table, e.g. "A1:D20"
fieldsYesRequired field mask for the table update, e.g. "name", "range", "columnProperties", or "name,range"
columnsNoOptional replacement column definitions for the table
tableIdYesThe ID of the table to update
sheetNameNoName of the target sheet when updating the table range
spreadsheetIdYesThe ID of the spreadsheet (found in the URL after /d/)
Behavior2/5

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

No annotations provided, so description must carry full burden. It only says 'update' but doesn't disclose permissions required, reversibility, side effects (e.g., whether existing data is affected), or what happens to unspecified fields. Lacks crucial behavioral context.

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 very concise (one sentence, 8 words) and front-loaded with key action and resource. However, it could be slightly more informative while remaining concise; still, no wasted words.

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

Completeness2/5

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

With 7 parameters, no output schema, and no behavioral details, the description is incomplete. It doesn't explain what the update does to the table structure, how fields mask works, or return value. Should provide more context for a non-trivial mutation.

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%; all parameters have descriptions. The description adds no extra meaning beyond 'Update... by tableId'. Baseline 3 is appropriate as the schema does the heavy lifting.

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 states the specific action 'Update', the resource 'existing native Google Sheets table', and the identifier 'tableId'. It clearly distinguishes from siblings like sheets_add_table (create) and sheets_delete_table (delete).

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 on when to use this tool versus alternatives, prerequisites (e.g., tableId from getTables), or when not to use it. Implicit differentiation from siblings is possible but not stated.

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/freema/mcp-gsheets'

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