Skip to main content
Glama

wps_et_write_cell

Writes a specified value directly into a given cell address (e.g., A1) in the active WPS Excel document, enabling real-time data entry without simulating keystrokes.

Instructions

向单元格写入值。cell 如 "A1"。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cellYes单元格地址,如 A1
valueYes要写入的值
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

描述仅说明写入值,但未披露关键行为:是否覆盖已有内容、是否触发公式重算、是否需要权限或激活的工作表。由于没有提供注解,描述承担了完整的行为披露责任,但提供的层次不足。

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?

描述仅一句话,简洁且直接。提供了必要的格式示例,但未包含冗余信息。虽然可以更丰富,但现有长度仍合理。

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?

考虑到只有2个参数且无输出模式,工具功能简单,描述基本完成了任务。但缺少行为细节和与其他工具的区别,使得在复杂场景下不够完整。

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?

输入模式文档覆盖率达到100%,两个参数均在模式中被描述。描述中重申了cell的格式示例,但未增加关于值类型(如是否支持公式或数字)、单元格引用范围等额外语义。由于模式已完备,基础评分3合理。

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?

描述'向单元格写入值'明确了工具的作用——向表格单元格写入数据,动词+资源结构清晰。同时指定了cell格式如'A1',但没有与相近工具如wps_et_write_range进行区分,且缺乏对写入行为的进一步说明。

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?

描述未提供任何关于何时使用此工具或替代工具的指导。考虑到存在write_range和set_formula等类似工具,缺少这些区分信息使智能体在选择时无法得到明确指引。

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