Skip to main content
Glama

Append Table Rows

append_table_rows

Append rows to an Excel table in an open workbook, specifying the table name and row values, to update the table's data and get the new row count.

Instructions

Append one or more rows to the end of a table.

Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). table_name: Table to append to (required). rows: A list of rows, each a list of values matching the table's column count (required), e.g. [["Widget", 12, 4.5]].

Returns: JSON with the table's resulting row count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsNo
sheetNo
workbookNo
table_nameNo
Behavior3/5

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

The description discloses that rows must match the table's column count, which is an important constraint, and states that it returns the resulting row count. However, with no annotations for readOnly or destructive hints, the mutating nature is only implied, and potential error handling, side effects, or permission requirements are not addressed.

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 compact and well-organized, leading with the core action, then detailing each parameter, and ending with the return value. Every sentence is informative, with no redundancy or fluff. The example is concise but illustrative.

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 mutating table operation with no output schema, the description covers purpose, parameter semantics, a validation constraint, and the return value. It falls short only in not addressing error behavior or the discrepancy that rows is declared nullable in the schema despite being 'required' in the description. Overall, it gives an agent enough to call the tool correctly in most cases.

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

Parameters5/5

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

The description includes a full 'Args' section that maps to all four parameters, explaining that workbook and sheet default to active, table_name is required, and rows must be a list of lists matching column count. It even provides an example. Since schema description coverage is 0%, this fully compensates for the lack of schema-level explanations.

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 opens with 'Append one or more rows to the end of a table,' which is a specific verb (append) and resource (table rows) with a clear scope ('to the end'). This distinguishes it from sibling tools like insert_rows or set_range_values, and the title alone would have been ambiguous without it.

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?

There is no explicit guidance on when to use this tool versus alternatives such as insert_rows or set_range_values. The description provides parameter details but no selection criteria, exclusions, or situational advice. An agent must infer that append is appropriate for adding rows at the end of a table.

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/trustypangolin/excel-mcp-live'

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