Connect the Google Slides MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Slides: List slides (compact inventory) — MCP tool

Google Slides MCP tool: Compact inventory of the deck — the read to start from: presentationId, title, revisionId, pageSizePt, slideCount and per slide its 0-based index, objectId, layoutObjectId, speakerNotesObjectId and elements[] with each element's objectId, type (shape type / table RxC / image / video / line / group), placeholder role and visible text (truncated to 160 chars).

Technical name: list_slides

What task it solves

I want to see what is on each slide.

Compact inventory of the deck — the read to start from: presentationId, title, revisionId, pageSizePt, slideCount and per slide its 0-based index, objectId, layoutObjectId, speakerNotesObjectId and elements[] with each element's objectId, type (shape type / table RxC / image / video / line / group), placeholder role and visible text (truncated to 160 chars).

When to use it

Use this capability when you need “List slides (compact inventory)” without doing the same work manually in the Google Slides interface. It runs only when an AI client calls it.

What to provide

  • presentation_idrequired. The presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output.

What it returns

Returns compact JSON from the upstream API or a clear MCP tool error. The exact fields depend on the operation and are documented in the technical reference.

What changes in Google Slides

The tool reads Google Slides data and does not change it.

Example request

List slides (compact inventory) in Google Slides. Ask for any required identifiers that are missing.

Errors and limitations

All mutation tools address these object ids, so call this before editing; per-element geometry and full text need get_presentation or get_page.

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details