Skip to main content
Glama
taylorwilsdon

Google Workspace MCP Server - Control Gmail, Calendar, Docs, Sheets, Slides, Chat, Forms & Drive

Get Page Thumbnail

get_page_thumbnail
Read-onlyIdempotent

Get a thumbnail URL for any slide in a Google Slides presentation to preview or share it. Specify the presentation, page ID, and desired size to receive a direct image link.

Instructions

Generate a thumbnail URL for a specific page (slide) in a presentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_object_idYesThe object ID of the page/slide.
thumbnail_sizeNoSize of thumbnail ("LARGE", "MEDIUM", "SMALL"). Defaults to "MEDIUM".MEDIUM
presentation_idYesThe ID of the presentation.
user_google_emailYesThe user's Google email address. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds minimal behavioral context beyond stating the output (a URL). It does not disclose any side effects, permissions, or additional behavioral traits.

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, focused sentence with no fluff. It front-loads the core purpose and is appropriately sized for the tool's simplicity.

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?

Given the rich annotations and complete schema descriptions, the description suffices. It does not explain return values in detail, but the presence of an output schema fills that gap. It is complete enough for this straightforward tool, though it omits any caveats about URL expiry or usage constraints.

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 input schema already documents all parameters. The description mentions 'specific page (slide)', which aligns with page_object_id, but does not add extra meaning beyond what the schema provides.

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's function with a specific verb 'Generate' and a specific resource 'thumbnail URL for a specific page (slide) in a presentation.' It distinguishes itself from sibling tools like get_page or get_presentation by focusing on thumbnail URL generation.

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 its usage context (obtaining a thumbnail URL for a slide) but provides no explicit guidance on when to choose this over alternatives or any exclusions. There is no mention of when not to use it or which sibling tool might be more appropriate.

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

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