Skip to main content
Glama
trustypangolin

powerpoint-mcp-live

List Slides

list_slides
Read-only

Get a list of slides in an open PowerPoint presentation, showing each slide's index and title. Specify a presentation to inspect, or default to the active one.

Instructions

List slides in an open presentation, with index and title text.

Args: presentation: Presentation name or path (None = active presentation).

Returns: JSON with each slide's index and title (if it has one).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presentationNo
Behavior3/5

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

The readOnlyHint annotation already covers safety, so the description adds useful context by explaining the default behavior ('None = active presentation') and the return format. However, it does not disclose error conditions or other behavioral details, though annotations cover the main mutation risk.

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: a one-sentence purpose, a clear Args section, and a Returns section. Every sentence adds value, and the key information is front-loaded.

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?

For a simple list operation with one optional parameter, the description covers the parameter semantics and return shape. It lacks a pointer to sibling tools like list_open_presentations, but it provides enough information to invoke the tool correctly in most cases.

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 0%, so the description must compensate, and it does: it explicitly explains that the single parameter is a 'Presentation name or path' and clarifies that None means the active presentation. This goes well beyond the bare string type in the schema.

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 states a specific verb and resource: 'List slides in an open presentation, with index and title text.' It clearly communicates what the tool does, but it does not explicitly differentiate from sibling tools such as list_shapes or get_presentation_info.

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 only usage context is 'in an open presentation.' There is no guidance on when to choose this tool over alternatives or when not to use it, which is especially relevant given the large set of slide-related sibling tools.

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/trustypangolin/powerpoint-mcp-live'

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