Skip to main content
Glama
vocweb

synology-office-mcp

by vocweb

spreadsheet_read_sheet

Read cell data from a Synology Spreadsheet sheet, returning headers, data rows, and totals. Specify sheet and optional range to retrieve targeted data.

Instructions

Read cell data from a Synology Spreadsheet sheet. Returns headers (first row), data rows, and totals. Provide either file_id or name.

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_nameNoSheet name. If omitted, reads the first sheet.
rangeNoA1-notation range, e.g. 'A1:D20'. If omitted, reads all non-empty cells.
include_formulasNoIf true, return formula strings instead of computed values where applicable.
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It correctly implies a non-destructive read operation but does not explicitly state read-only, nor does it disclose authentication needs, rate limits, or potential edge cases like empty sheets. The mention of return structure is helpful but incomplete.

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 concise sentences: first defines purpose and output, second clarifies input selection. No redundant or filler content. Front-loaded with the most critical information.

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?

For a read operation with no output schema, the description adequately states what is returned. However, it lacks details on error handling, empty results, or behavior when both file_id and name are provided. Given the tool's simplicity, it meets basic needs but leaves gaps.

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 description coverage is 100%, so the description adds limited value beyond the schema. It reinforces the 'file_id or name' requirement and summarizes return content, but does not explain parameter interplay (e.g., range vs. sheet_name) or provide examples.

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 it reads cell data from a Synology Spreadsheet sheet and specifies the return structure (headers, data rows, totals). It effectively distinguishes itself from sibling write/append/delete tools by focusing on read-only access.

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 mentions the need to provide file_id or name but does not provide explicit guidance on when to use this tool versus alternatives (e.g., spreadsheet_export for larger datasets). Lacks when-not-to-use or alternative tool references.

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