Skip to main content
Glama
SarthakS97

sheetsdb-mcp-server

by SarthakS97

update_row

Update rows in a Google Sheet by matching a column value, then apply new data. Specify endpoint, column, value, and data to modify matching rows.

Instructions

Update specific rows in a Google Sheet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesNew data to update matching rows with
valueYesValue to search for
columnYesColumn name to search in
endpointYesThe SheetsDB API endpoint
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only says 'Update specific rows,' failing to mention that it searches by column/value, updates all matching rows, or any side effects/return behavior. This is minimal and does not go beyond the purpose.

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 a single straightforward sentence that communicates the core functionality without excess 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?

As a mutation tool with no annotations and no output schema, the description is too sparse. It doesn't explain matching logic, behavior on no matches, or response format, making it incomplete for reliable use.

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?

The parameter descriptions in the schema already cover 100% of the parameters (endpoint, column, value, data). The description adds no additional parameter semantics, so baseline 3 is appropriate.

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 ('Update'), the target ('specific rows in a Google Sheet'), and distinguishes this from sibling tools like delete_rows and smart_add_data by implying modification rather than deletion or addition.

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

Usage Guidelines3/5

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

The description provides no explicit when-to-use guidance, alternatives, or exclusions. It only states what the tool does, leaving usage context to be inferred from sibling names.

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/SarthakS97/sheetsdb-mcp-server'

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