Skip to main content
Glama
taylorwilsdon

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

Get Page

get_page
Read-onlyIdempotent

Retrieve detailed information about a specific slide in a Google Slides presentation by providing the user's email, presentation ID, and page object ID.

Instructions

Get details about a specific page (slide) in a presentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_object_idYesThe object ID of the page/slide to retrieve.
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?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and mutation aspects. The description adds minimal extra behavioral context beyond a minor clarification that 'page' means 'slide'. With annotations present, this is acceptable but not enriched.

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 that front-loads the essential purpose. It contains no redundant phrases, making it maximally concise while remaining informative.

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 tool's simplicity and the existence of an output schema, the description sufficiently covers what the tool does. It does not explain return format or error behavior, but the output schema handles return details, and the operation is a straightforward read. It lacks a bit of contextual guidance but is largely complete.

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 schema fully documents all three parameters. The description clarifies that 'page' refers to a slide, which slightly aids understanding of page_object_id, but it does not elaborate on details like ID formats or defaults. This aligns with the baseline of 3.

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 identifies the action ('Get') and resource ('details about a specific page (slide) in a presentation'). It conveys the tool's specific function without ambiguity. However, it does not explicitly differentiate from sibling tools like get_presentation or get_page_thumbnail, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or contrast with other getters in the sibling list. The usage context is only implied by the tool's name and nature.

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