Skip to main content
Glama
vocweb

synology-office-mcp

by vocweb

spreadsheet_write_cells

Write a 2D array of values to a specified sheet and cell range in a Synology Spreadsheet. Identify the file by ID or name, and set confirm=true to execute.

Instructions

Write values to a range of cells in a Synology Spreadsheet sheet. Provide either file_id or name. Set confirm=true to execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_idNoAlphanumeric Spreadsheet ID (overrides name lookup).
nameNoSpreadsheet display name (resolved via local cache).
pathNoOptional Drive path to disambiguate same-name files.
sheet_nameYesTarget sheet name
start_cellYesTop-left cell in A1 notation, e.g. 'A1', 'B3'
valuesYes2D array of values. Outer = rows, inner = columns. e.g. [['Name','Age'],['Alice',30]]
confirmNoMust be true to execute the write operation
Behavior3/5

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

Without annotations, the description hints at a write operation with a confirm safety mechanism, but does not detail consequences (e.g., overwriting behavior), permission requirements, or error states.

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?

Two sentences with zero redundancy; front-loads the action and critical usage instructions. Efficient and to the point.

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

Completeness3/5

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

Describes core operation but lacks details on return values (no output schema), handling of optional parameters, and edge cases. Adequate but not comprehensive.

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 covers all 7 parameters with descriptions, so baseline is 3. The description adds a note about confirm=true but does not enrich understanding beyond the schema.

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 ('Write values to a range of cells'), identifies the resource ('Synology Spreadsheet sheet'), and distinguishes from siblings like append_rows by specifying 'to a range' and mentioning the confirm flag.

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?

Provides basic guidance on providing file_id/name and setting confirm=true, but does not explicitly differentiate when to use this tool over alternatives such as spreadsheet_append_rows or spreadsheet_batch_update.

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/vocweb/synology-mcp-server'

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