Skip to main content
Glama

Import to Google Slides

import_to_google_slides

Import PPTX, PPT, or ODP presentations into Google Slides with automatic conversion, preserving slides, layouts, text, and images. Supports local files and remote URLs.

Instructions

Imports a presentation (PPTX, PPT, ODP) into Google Slides format with automatic conversion.

Google Drive automatically converts the source presentation to native Google Slides format, preserving slides, layouts, text, and images. For batch operations, prefer file_path for files on disk so callers do not need to load full file contents into their context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_urlNoRemote URL to fetch the presentation from (http/https).
file_nameYesThe name for the new Google Slides presentation (extension will be ignored).
file_pathNoLocal file path or file:// URL for any supported format (PPTX, PPT, ODP). Appropriate for larger files than content, but file_path may still load the file into memory or perform non-streaming reads. Avoid very large files that could exceed memory or time limits; use streaming/chunked uploads or an alternative API for huge files.
folder_idNoThe ID of the parent folder. Defaults to 'root'.root
source_formatNoSource format hint ('pptx', 'ppt', 'odp'). Auto-detected from file_name extension if not provided.
user_google_emailYesThe user's Google email address. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

The description discloses meaningful behavior beyond annotations: Google Drive converts the file automatically and preserves slides, layouts, text, and images. It also notes that file_path is preferable for batch operations to reduce context loading. This is consistent with readOnlyHint=false and adds useful operational context, even if it does not mention duplicate creation or ownership side effects.

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 and well-structured: the first sentence states the core action, the second explains the conversion behavior, and the third gives a practical usage tip. Every sentence earns its place with no filler or redundancy.

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?

The description is complete enough for an import tool: it explains supported formats, conversion behavior, preservation guarantees, and provides batch guidance. With an output schema present and detailed parameter descriptions, nothing critical is missing. A small gap is the lack of explicit mention that repeated imports may create duplicate presentations, though idempotentHint=false already signals this.

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 a baseline of 3 applies. The description adds value beyond the schema by recommending file_path for batch operations to avoid loading full file contents, which helps the agent select between parameters. It does not deeply explain all parameters, but the schema already handles that.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool imports PPTX, PPT, and ODP files into Google Slides format with automatic conversion. It is specific about verb and resource, but does not explicitly distinguish itself from sibling tools like import_to_google_doc or import_to_google_sheets, though the Google Slides resource makes the intent fairly obvious.

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

Usage Guidelines4/5

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

The description gives a concrete usage guideline: for batch operations, prefer file_path so callers avoid loading full file contents into context. It provides clear context for when to use this parameter/approach, though it does not explicitly state alternatives or exclusions relative to other import/sibling tools.

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

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/WorldCentralKitchen/google_workspace_mcp'

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