Skip to main content
Glama
dudegladiator

Google Sheets MCP Server

duplicate_sheet

Create a copy of an existing sheet in the same Google Sheets spreadsheet. Specify the sheet to duplicate and set a new title.

Instructions

Duplicate/copy a sheet within the same spreadsheet.

Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet to duplicate. new_title: Name for the duplicated sheet. insert_index: Position for the copy (-1 for end).

Returns: JSON with new sheet's ID, title, and index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheet_idYes
new_titleYes
insert_indexNo
spreadsheet_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the return format (JSON with new sheet's ID, title, and index) and the 'within the same spreadsheet' scope, but it does not mention that the original sheet remains unchanged, whether formatting or formulas are copied, or any permission requirements. This is a moderate level of transparency.

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 extremely concise: one purpose statement, an Args list, and a Returns line. There is no fluff, and the structure is clear and front-loaded. Every sentence contributes value.

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 tool with 4 parameters and an output schema, the description covers purpose, all arguments, and return values. It lacks usage guidance and behavioral details like side effects, but these are partially covered under other dimensions. Overall, it is a fairly complete description for a simple duplication operation.

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 schema provides only titles (e.g., 'Sheet Id') with no descriptions. The description compensates by explicitly listing each argument and giving a concise explanation, including the default behavior of insert_index (-1 for end). This adds substantial meaning beyond the schema.

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 uses a specific verb ('Duplicate/copy') plus a resource ('a sheet') and a scope ('within the same spreadsheet'), clearly distinguishing it from sibling tools like create_sheet or rename_sheet. It is immediately obvious what the tool does.

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 guidance on when to use this tool versus alternatives. It does not mention that this is for copying an existing sheet as opposed to creating a new one, nor does it provide any exclusions or prerequisites. The description is purely functional without contextual usage advice.

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