Skip to main content
Glama
taylorwilsdon

Google Workspace MCP Server - Control Gmail, Calendar, Docs, Sheets, Slides, Chat, Forms & Drive

Manage Named Range

manage_named_range
Destructive

List, create, update, or delete named ranges in Google Sheets using spreadsheet ID, user email, and range parameters.

Instructions

Manages the lifecycle of named ranges in a Google Sheet: list, create, update, or delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for the named range (required for "create"; optional identifier for "update"/"delete").
actionYesThe operation to perform: "list", "create", "update", or "delete". Required.
new_nameNoNew name for the named range (used with action="update").
new_rangeNoNew A1-style range for the named range (used with action="update").
range_nameNoTarget cell or range in A1 notation (e.g., "Sheet1!A1:D10", "A1:B5") (required for "create").
named_range_idNoThe ID of the named range (optional identifier for "update"/"delete").
spreadsheet_idYesThe ID of the spreadsheet. Required.
user_google_emailYesThe user's Google email address. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.28.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare the tool as mutating and destructive (readOnlyHint=false, destructiveHint=true), and the description's mention of delete is consistent. However, the description adds no further behavioral context such as irreversibility, permission requirements, or potential side effects on formulas or references.

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 a single compact sentence that front-loads the resource and verb, then efficiently enumerates the supported operations. There is no filler or redundant restatement of the tool name.

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?

For an eight-parameter, four-action tool, the description leaves action-specific parameter orchestration entirely to the schema. While the schema and output schema cover much of the needed detail, the description does not clarify identifier selection for update/delete or call out any action-specific constraints, making it incomplete for a tool of this complexity.

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 100%, so each parameter already has a meaningful explanation tying it to specific actions. The description itself adds no parameter-level detail, and a remaining ambiguity is that both name and named_range_id are described as optional identifiers for update/delete without clarifying precedence.

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 and resource, 'manages the lifecycle of named ranges in a Google Sheet,' and explicitly lists the four operations: list, create, update, or delete. This clearly distinguishes it from sibling sheet tools like read_sheet_values or manage_sheet_tab.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool by naming named ranges as the resource, but it provides no explicit when-to-use guidance, prerequisites, or alternatives. An agent can infer the context, but there are no exclusions or comparisons to related sheet management tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools