Skip to main content
Glama

wps_et_write_range

Batch write a two-dimensional array of data into the active spreadsheet starting from a given cell, with each inner array representing a row.

Instructions

从起始单元格开始批量写入二维数组数据。data 的第一维是行、第二维是列,每行一个子数组;cell 省略时从 A1 开始。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cellNo起始单元格,如 A1(省略则从 A1 开始)
dataYes二维数组:每行一个子数组,[ [行1列1, 行1列2, ...], [行2列1, ...] ]
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the default cell behavior and data structure. However, it does not specify whether the write overwrites existing content, how the range is determined, or error handling. This is adequate but not thorough.

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 extremely concise: two sentences, no filler, front-loaded with the main action. Every sentence contributes meaning.

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

Completeness4/5

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

Given the tool's simplicity (two parameters, no output schema), the description covers the essential behavior: what it writes, how data is structured, and the default cell. It lacks edge-case details but is complete for a basic write range operation.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that data is row-major (each sub-array is a row) and that cell defaults to 'A1'. This goes beyond the schema's brief descriptions.

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 action: writing a two-dimensional array starting from a specific cell. It explains the row-major structure and the default starting cell. However, it does not explicitly contrast with sibling tools like wps_et_write_cell, but the purpose is distinct enough.

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 (e.g., wps_et_write_cell for single cell writes, or other range operations). The description lacks any context about prerequisites, limitations, or selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Antares422/draftly-wps'

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