Skip to main content
Glama

Get Export Formats

get-export-formats
Read-only

Check which export file types an existing Canva design supports, including page availability for each type.

Use to confirm whether it can be downloaded as a PDF, PNG, JPG, GIF, PowerPoint, video, or CSV before creating a file. Returns the supported formats and available pages for that design.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
design_idYesID of the design to get export formats for. Design ID starts with "D".
user_intentNoMandatory description of what the user is trying to accomplish with this tool call. This should always be provided by LLM clients. Please keep it concise (255 characters or less recommended).

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 readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context: this is a preflight check that returns supported formats and available pages rather than performing the export itself.

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, front-loaded with the core action, and every sentence adds useful information: what the tool checks, when to use it, and what it returns. No wasted words.

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 read-only query tool with no output schema, the description covers the key facts an agent needs: what it checks, when to invoke it, and what it returns. More detail about the exact response shape would be nice, but it is not necessary for correct selection and invocation.

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 already documents design_id and user_intent. The description only lightly reinforces that the design must exist, adding little beyond the structured parameter definitions. This meets the baseline for high schema coverage.

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 uses a specific verb ('Check') and identifies a clear resource: export file types supported by an existing Canva design, including page availability. It also lists concrete formats (PDF, PNG, JPG, GIF, PowerPoint, video, CSV), which clearly distinguishes this look-up tool from siblings like export-design or get-design-pages.

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?

The description gives explicit context: use it to confirm downloadability before creating/exporting a file. It does not explicitly name alternatives or state when not to use it, but the timing and purpose are clear enough to guide tool selection.

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