Skip to main content
Glama

pptdepot

Get Template Details

get_template
Read-onlyIdempotent

Full detail for one PowerPoint template deck: description, every slide it contains (title, page URL, preview image), tags, preview images in all three color schemes (Azure, Emerald, Crimson), related templates, and how to get it (single purchase for $20 or subscription). Takes the template_id (slug) from search_templates or list_templates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYesTemplate slug, e.g. "business-case", or numeric deck ID.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive, so the safety profile is covered. The description adds meaningful context about the full returned payload, including slides, previews, related templates, and purchase/subscription price information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core purpose, followed by a compact field list and ID-source guidance. The single long sentence is dense but contains no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter read tool with annotations and no output schema, the description enumerates the return payload and the ID source. An agent has enough context to select and invoke the tool correctly.

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 coverage is 100%, so the baseline is 3. The description adds provenance by saying template_id comes from search_templates or list_templates, but it narrows the value to 'slug' while the schema also allows a numeric deck ID.

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?

States a specific noun and scope: 'Full detail for one PowerPoint template deck.' It enumerates the returned fields, distinguishing it from list/search siblings that operate over multiple templates or individual slides.

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?

Clear context is given: the tool is for a single template and the template_id should come from search_templates or list_templates. It does not explicitly name alternatives or when-not conditions, so it stops short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources