Skip to main content
Glama

add-excel-table-rows

Destructive

Adds rows to an Excel table by providing an array of arrays, where each inner array represents a row with cell values matching the table's columns.

Instructions

Create new navigation property to rows for drives

💡 TIP: Adds rows to a table. Body: { values: [['col1val', 'col2val', 'col3val'], ['row2col1', 'row2col2', 'row2col3']] }. Each inner array is one row. Values must match the number of columns in the table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
driveIdYesPath parameter: driveId
driveItemIdYesPath parameter: driveItemId
workbookTableIdYesPath parameter: workbookTableId
includeHeadersNoInclude response headers (including ETag) in the response metadata
excludeResponseNoExclude the full response body and only return success or failure indication
Behavior3/5

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

Annotations already indicate destructiveHint=true, which matches the tool's action of adding rows. The description does not add new behavioral insights beyond what annotations provide, such as permission requirements or side effects. The tip about values is more relevant to parameter semantics than behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise but includes a confusing and unnecessary first sentence ('Create new navigation property to rows for drives'). This wastes space and reduces clarity. The tip is succinct and valuable.

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?

The tip addresses the critical constraint that values must match the number of columns. However, the description does not explain other parameters like driveId, driveItemId, workbookTableId (beyond path parameter labels), nor does it mention the return value or error handling. Given 83% schema coverage, the description partially compensates but leaves gaps.

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 tip provides a concrete example of the body.values format (array of arrays), which adds significant clarity beyond the schema description that only states 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean.' This helps the agent understand the structure required.

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 begins with a confusing phrase 'Create new navigation property to rows for drives' that does not clearly state the tool's purpose. The tip clarifies 'Adds rows to a table', but the overall purpose is muddled and does not effectively differentiate from sibling tools like 'update-excel-table-row' or 'insert-excel-range'.

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 such as 'list-excel-table-rows' or 'delete-excel-table-row'. The tip focuses on input format but lacks usage context, leaving the agent to infer appropriate scenarios.

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/Softeria/ms-365-mcp-server'

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