Skip to main content
Glama
A1-x-Tech

A1 Google Slides MCP

Create a presentation

create_presentation

Create a new Google Slides presentation with a title, returning the presentation ID, revision ID, and initial title slide to enable subsequent slide and content editing.

Instructions

Creates a new Google Slides presentation and returns it (presentationId, revisionId, pageSize, the initial title slide with its object ids, layouts and masters). The API honors only the title at creation — add slides with add_slide, content with the text/shape/table/image tools. The new deck starts with one title slide and belongs to the authorized user's Drive. Note: this server cannot delete a presentation; removing the file is a Drive operation outside its scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe presentation title (also the Drive file name).
Behavior5/5

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

Beyond the annotations, the description discloses meaningful side effects: a file is created in the authorized user's Drive, the deck starts with one title slide, and the return payload includes presentationId, revisionId, pageSize, and object ids. It also reveals a limitation: this server cannot delete a presentation. These details add substantial behavioral context and do not contradict the annotations.

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 front-loaded with the core purpose and return value, then adds only high-value operational caveats. Every sentence earns its place, including the sibling-tool routing and the deletion limitation, with no filler or repetition.

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?

With no output schema, the description compensates by enumerating the returned fields (presentationId, revisionId, pageSize, initial title slide with object ids, layouts, masters). It also covers initial deck state, ownership, and deletion limitations, making the tool fully understandable for an agent to invoke correctly.

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% and the single title parameter is already described as 'The presentation title (also the Drive file name).' The tool description adds the contextual note that only the title is honored at creation, but it does not provide additional parameter-level format, constraints, or examples beyond what the schema already gives.

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 begins with a specific verb and resource: 'Creates a new Google Slides presentation and returns it.' It also clearly differentiates this tool from content-editing siblings by stating that slides and content must be added with add_slide and the text/shape/table/image tools.

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 explicitly states what this tool is for and what it is not for: it honors only the title at creation, so agents should use add_slide for slides and dedicated content tools for content. It also clarifies that deletion is a Drive operation outside this server's scope, giving concrete when-not-to-use 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