Skip to main content
Glama

merge_table_cells

Combine multiple cells within a table into a single cell by providing the table index and cell range.

Instructions

Merge multiple table cells.

Args: table_index: Table index (0-based) start_row: Starting row index start_col: Starting column index end_row: Ending row index end_col: Ending column index

Returns: Success message or error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_colYes
end_rowYes
start_colYes
start_rowYes
table_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Merge multiple table cells' without detailing what happens to cell content, borders, or whether the operation is destructive. This is insufficient for a mutation tool.

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?

The description is concise with a single-line summary and a structured parameter list. It is front-loaded and avoids unnecessary verbosity, though the parameter list somewhat redundantly repeats the schema.

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

Completeness2/5

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

Given the tool has 5 required parameters and no annotations, the description is incomplete. It does not explain the final state of the table, error conditions (e.g., overlapping cells), or the format of the success/error message. An output schema exists but is not described.

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 0%, so the description must compensate. It lists all five parameters with brief explanations (e.g., 'table_index: Table index (0-based)'). This adds basic meaning beyond the schema, but lacks details like valid ranges or relationships between indices.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Merge multiple table cells,' which is a clear verb-resource pair. However, the sibling tool 'merge_cells' exists with a similar name, and the description does not differentiate between them, creating ambiguity about the tool's specific scope or behavior.

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., 'merge_cells'). There is no mention of prerequisites, such as the table existing or the cells being adjacent, nor any exclusions for invalid ranges.

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/rofiqcp/mcp-dokumen'

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