Skip to main content
Glama
A1-x-Tech

A1 Google Slides MCP

Create a shape

create_shape

Add a shape to a Google Slide with optional initial text, specifying shape type, position, and size in points.

Instructions

Creates a shape on a slide (batchUpdate createShape), optionally with its initial text in the same atomic batch. Types: text_box, rectangle, round_rectangle, ellipse, diamond, triangle, right_arrow, left_arrow, up_arrow, down_arrow, star, heart, cloud, callout — the API's other ~130 ShapeTypes go through batch_update. Position/size are in points ((0,0) is top-left; a default 16:9 slide is 720x405 pt); omitted geometry defaults to 300x80 pt at (50,50). Returns the shape's objectId in the reply. Fill/outline/shadow are not parameters here — style via batch_update updateShapeProperties; text styling via update_text_style.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoInitial text, inserted in the same atomic batch.
x_ptNoLeft edge in points (requires y_pt; default 50).
y_ptNoTop edge in points (requires x_pt; default 50).
width_ptNoWidth in points (requires height_pt; default 300).
height_ptNoHeight in points (requires width_pt; default 80).
object_idNoOptional custom object id (5-50 chars of [a-zA-Z0-9_-:]); auto-generated when omitted.
shape_typeYesThe shape type.
page_object_idYesThe slide's object id to place the shape on (from list_slides).
presentation_idYesThe presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output.
Behavior5/5

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

The description goes well beyond the annotations by disclosing that the operation is atomic, that omitted geometry defaults to 300x80 pt at (50,50), that coordinates are in points with (0,0) at top-left, and that the reply returns the shape's objectId. It also explicitly states what is not a parameter here, preventing misuse. No contradiction with annotations was found.

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 compact yet information-dense, with no filler phrases. It front-loads the core action and then efficiently packs supported types, exclusions, geometry defaults, return value, and sibling alternatives into a few sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 9-parameter tool with no output schema, the description provides all essential context: supported types, coordinate and default behavior, return value, and explicit direction to sibling tools for unsupported operations. An agent has enough information to invoke this tool correctly without further inference.

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?

Although schema coverage is 100%, the description adds significant meaning: it explains the coordinate system, default slide dimensions, default geometry, and how the text parameter is inserted in the same atomic batch. It also enumerates the allowed shape types, reinforcing the enum and clarifying scope 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 states a specific verb and resource: 'Creates a shape on a slide (batchUpdate createShape)', and clearly distinguishes this tool from batch_update by listing the supported ShapeTypes and explicitly routing the other ~130 types elsewhere. The mention of optional initial text in the same atomic batch further refines the purpose.

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?

The description gives explicit when-not guidance: unsupported shape types go through batch_update, and fill/outline/shadow styling goes through batch_update updateShapeProperties while text styling goes through update_text_style. This tells the agent exactly which sibling to choose for related but different needs.

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