Skip to main content
Glama
dudegladiator

Google Sheets MCP Server

insert_columns

Insert empty columns at a specified column position in a Google Sheets spreadsheet using spreadsheet ID, sheet ID, start index, and column count.

Instructions

Insert empty columns at a specific position.

Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet. start_index: Column index to insert at (0-based, so column A = index 0). num_columns: Number of columns to insert.

Returns: Success message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheet_idYes
num_columnsYes
start_indexYes
spreadsheet_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses the core behavior (inserting empty columns) but does not mention side effects like shifting existing columns to the right or any permission requirements. Since no annotations are provided, the description carries the burden but is still somewhat minimal.

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 concise and well-structured with Args and Returns sections. It provides necessary information in a compact format without unnecessary elaboration.

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 spreadsheet mutation, the description covers the operation and all parameters. However, it omits any mention of side effects or safety considerations, making it somewhat incomplete despite the presence of an output schema.

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 adds detailed semantic meaning for all four parameters, including an explicit 0-based index explanation for start_index. Schema coverage is 0%, so this is essential and well-executed.

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 action 'Insert empty columns at a specific position' with a specific resource. It distinguishes from sibling tools like insert_rows or delete_columns by its column-specific focus.

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 insert_rows or append_rows. The description is purely operational and lacks any exclusions or context about appropriate use cases.

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/dudegladiator/spreadsheet-mcp'

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