Skip to main content
Glama

sheets_add_table

Idempotent

Create a structured Google Sheets table with typed columns and optional dropdown values. Define column types and valid options to ensure accurate data entry.

Instructions

Create a native Google Sheets table with typed columns and optional dropdown values

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesUnique table name within the spreadsheet
rangeYesA1 notation range for the table, e.g. "A1:D20" or "Sheet1!A1:D20"
columnsYesColumn definitions for the table
sheetNameYesName of the sheet (tab) where the table will be created
spreadsheetIdYesThe ID of the spreadsheet (found in the URL after /d/)
Behavior3/5

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

Annotations already declare idempotentHint=true and destructiveHint=false, so the description does not need to repeat those safety traits. However, it adds no additional behavioral context, such as potential side effects, permissions required, or behavior on duplicate names. It is not misleading, but it is 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 a single, front-loaded sentence that conveys the core purpose without any filler. Every word contributes to understanding the tool's function.

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 create operation with full schema documentation and non-destructive annotations, the description provides sufficient context. It covers the essential action and distinguishing features, and the schema handles parameter specifics. The lack of output schema or explicit return value explanation is a minor gap, but not critical for basic usage.

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 the schema fully documents all five parameters. The description adds no extra parameter details beyond mentioning 'typed columns and optional dropdown values,' which is already reflected in the columnType and dropdownValues fields. Baseline 3 is appropriate.

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 verb 'Create' and resource 'native Google Sheets table' with specific attributes (typed columns, optional dropdown values). It effectively distinguishes this tool from sibling tools like sheets_update_table, sheets_delete_table, and sheets_get_tables.

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 usage for creating a Google Sheets table, but it does not explicitly state when to use this tool over alternatives or provide exclusions. The purpose is clear, but there is no direct comparison to related operations like updating or deleting tables.

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/freema/mcp-gsheets'

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