Skip to main content
Glama

wps_et_freeze_panes

Freeze top rows and left columns in a spreadsheet to keep headers visible while scrolling. Set freeze to false to cancel freezing.

Instructions

冻结窗格:冻结顶部 freeze_rows 行与左侧 freeze_cols 列(都传 0 或省略表示不冻结该方向)。freeze:false 取消冻结。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheetNo工作表名(可选,默认当前活动表)
freezeNo传 false 取消冻结
freeze_colsNo冻结左侧列数,默认 0
freeze_rowsNo冻结顶部行数,默认 0
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses how freeze_rows and freeze_cols interact (pass 0 or omit to avoid freezing that direction) and how freeze:false cancels freeze. This adds behavioral context beyond the schema, though it could mention that modifications apply to the current or specified sheet.

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 two sentences long, front-loaded with the purpose, and contains no redundant information. Every word serves a clear function.

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?

For a simple tool with 4 parameters and no output schema, the description is sufficiently complete. It explains the core operation and parameter effects, though it could mention the default sheet behavior (already in schema) or any side effects.

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?

The description adds meaning beyond the schema by explaining the effect of 0 values and the combination of freeze_rows and freeze_cols. Since schema coverage is 100%, the baseline is 3, but the description enhances understanding of parameter behavior.

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 verb ('freeze panes') and the resource ('rows and columns'). It distinguishes itself from sibling tools by being a dedicated freeze panes operation, which is unique among the spreadsheet tools.

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 explains the tool's functionality but does not provide explicit guidance on when to use it versus alternatives. However, the context is clear enough that an agent can infer its use for freezing rows/columns, so it is adequate but not directive.

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