Skip to main content
Glama

Export Design

export-design
Read-only

Export an existing Canva design as a downloadable file to save and use outside Canva.

Use when a selected design needs to be printed, attached to an email, sent or shared as a file outside Canva, converted to another file type, or downloaded as selected pages.

Only call after you have confirmed that the selected design supports the requested format. Returns a download URL for the exported file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYesExport settings for the downloadable file.
design_idYesID of the existing Canva design to export. Design IDs start 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. Changed10 schema fields changed
    • changedInput schema / properties / design_id / description
      Previous value: -"ID of the design to export. Design ID starts with \"D\"."New value: +"ID of the existing Canva design to export. Design IDs start with \"D\"."
    • changedInput schema / properties / format / description
      Previous value: -"Format options for the export"New value: +"Export settings for the downloadable file."
    • changedInput schema / properties / format / properties / as_single_image / description
      Previous value: -"Use for types: png. When true, multi-page designs are merged into a single image"New value: +"Optional PNG setting. True merges a multi-page design into one image."
    • changedInput schema / properties / format / properties / export_quality / description
      Previous value: -"Use for types: pdf, png, jpg, gif, pptx, mp4. Export quality (regular or pro)"New value: +"Optional export quality for PDF, PNG, JPG, GIF, PPTX, or MP4."
    • changedInput schema / properties / format / properties / height / description
      Previous value: -"Use for types: png, jpg, gif. Height of the exported image in pixels"New value: +"Optional output height in pixels for PNG, JPG, or GIF exports."
    • changedInput schema / properties / format / properties / lossless / description
      Previous value: -"Use for types: png. Whether to use lossless compression (default: true)"New value: +"Optional PNG compression setting. True uses lossless compression; defaults to true."
    • changedInput schema / properties / format / properties / size / description
      Previous value: -"Use for types: pdf. Paper size for PDF export"New value: +"Optional paper size for PDF exports."
    • changedInput schema / properties / format / properties / transparent_background / description
      Previous value: -"Use for types: png. Whether to use a transparent background (default: false)"New value: +"Optional PNG background setting. True exports a transparent background; defaults to false."
    • changedInput schema / properties / format / properties / type / description
      Previous value: -"Format to export the design as."New value: +"Format to export as. Use a type confirmed as supported by the selected design."
    • changedInput schema / properties / format / properties / width / description
      Previous value: -"Use for types: png, jpg, gif. Width of the exported image in pixels"New value: +"Optional output width in pixels for PNG, JPG, or GIF exports."
  2. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already mark this as readOnly and non-destructive, and the description does not contradict them. It adds useful context by stating that the operation returns a download URL and requires prior format-support confirmation, but it does not disclose async behavior, rate limits, or other side effects beyond the annotation-covered safety profile.

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 three short, front-loaded paragraphs: purpose, when-to-use, and precondition/return behavior. Every sentence adds distinct information without redundancy or filler.

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 an export tool with no output schema, the description covers the core outcome (download URL), the key precondition, and representative use cases. It does not address failure modes or asynchronous timing, but the schema carries parameter-level detail, making this sufficient for a 3-parameter tool.

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%, and every parameter (design_id, format, user_intent) along with the nested format fields has a descriptive entry in the input schema. The tool description does not repeat or add parameter semantics, so the baseline 3 applies.

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 names a specific verb and resource ('Export an existing Canva design as a downloadable file') and enumerates concrete use cases: printing, emailing, sharing, converting, or downloading selected pages. This clearly distinguishes it from sibling tools like get-design or get-design-pages, which retrieve design data rather than produce a downloadable artifact.

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?

It provides explicit 'Use when...' conditions covering five concrete scenarios and a hard precondition: 'Only call after you have confirmed that the selected design supports the requested format.' It does not name alternatives or explicit when-not-to-use cases, 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