Skip to main content
Glama
A1-x-Tech

A1 Google Slides MCP

Edit table structure

edit_table
Destructive

Restructure an existing Google Slides table by inserting or deleting rows and columns. Specify row/column index, insertion direction, and count.

Instructions

Restructures an existing table in one call. action=insert_rows needs row_index (+optional below, default true, and count 1-20); insert_columns needs column_index (+optional right, default true, and count); delete_row needs row_index and delete_column needs column_index — deletion permanently discards the cells' content, and the remaining rows/columns shift so indexes change between successive edits (re-check with list_slides). Cell TEXT is written with set_text/insert_text (row_index + column_index), not here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
belowNoinsert_rows: insert below the reference row (default true; false = above).
countNoHow many rows/columns to insert (default 1).
rightNoinsert_columns: insert to the right of the reference column (default true; false = left).
actionYesThe structural edit to apply.
row_indexNoReference row, 0-based (insert_rows / delete_row).
column_indexNoReference column, 0-based (insert_columns / delete_column).
presentation_idYesThe presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output.
table_object_idYesThe table's object id (type "table" in list_slides).
Behavior5/5

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

Beyond the annotations (destructive, not read-only, not idempotent), the description adds critical behavioral context: deletion permanently discards cell content and remaining rows/columns shift, changing indexes between successive edits. This is exactly the kind of non-obvious side effect an agent needs to know.

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 dense but every clause earns its place: purpose, per-action parameter mapping, defaults, destructive consequences, index-shift caveat, and the explicit alternative for text edits. It is one well-structured paragraph with no filler.

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 complex 8-parameter tool with no output schema, the description covers the action-specific parameter combinations, defaults, destructive behavior, and exclusions. The only minor gap is that it does not describe what the operation returns or what success looks like, though this does not block correct invocation.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value above the schema by mapping each action to its applicable parameters (row_index/column_index, below/right, count) and clarifying defaults and the 1-20 count range in context. It does not merely repeat schema text.

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 tool 'Restructures an existing table in one call' and enumerates the four exact structural actions it supports. It also explicitely distinguishes itself from set_text/insert_text by stating cell text is not written here, so an agent can tell it apart from the text-editing siblings.

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

Usage Guidelines5/5

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

It explicitly says when to use this tool for structural edits and when not to use it, pointing to set_text/insert_text for cell text. It also warns that indexes shift between successive edits and tells the agent to re-check with list_slides, which is clear operational guidance.

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/A1-x-Tech/mcp-google-slides'

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