Skip to content

This page provides practical examples of how to use the Templated MCP server with your AI assistant.

Start by exploring what templates you have available:

Prompt:

“Show me all my Templated templates”

The AI will call list_templates and display your templates with their IDs, names, and dimensions.

Generate an image from an existing template:

Prompt:

“Create a render from template [ID] with the title set to ‘Welcome to Our Store’”

Replace [ID] with your actual template ID.

Before customizing a template, see what layers are available:

Prompt:

“What layers does template [ID] have?”

Customize several layers in a single render:

Prompt:

“Create a render from template [ID] with these changes:

  • Set the ‘headline’ layer text to ‘Summer Sale - 50% Off’
  • Change the ‘headline’ color to red
  • Set the ‘product-image’ layer to this URL: https://example.com/product.jpg
  • Change the background to #f5f5f5”

Generate an image with a transparent background:

Prompt:

“Generate a transparent PNG from my logo template”

Create a PDF document:

Prompt:

“Create a PDF from template [ID] with the name ‘Invoice-001’ and set the customer name to ‘John Smith‘“

Build a new template from scratch:

Prompt:

“Create a new template called ‘Instagram Post’ with dimensions 1080x1080, a white background, and a centered text layer for the headline”

Build a more complex template:

Prompt:

“Create a template for a product announcement with:

  • Size: 1200x630 (Facebook post)
  • Gradient background from blue to purple
  • A large image layer on the left for the product
  • A headline text layer on the right in white, bold
  • A smaller description text layer below the headline
  • A ‘Buy Now’ button shape at the bottom right”

Create variations of existing templates:

Prompt:

“Clone my Instagram template, rename it to ‘Twitter Post’, and change the dimensions to 1200x675”

Generate several variations:

Prompt:

“Create 3 renders from template [ID]:

  1. Title: ‘Spring Collection’ with green background
  2. Title: ‘Summer Vibes’ with yellow background
  3. Title: ‘Fall Fashion’ with orange background”

Combine multiple renders:

Prompt:

“Merge my last 5 renders into a single PDF called ‘Product Catalog‘“

Add an image to your library:

Prompt:

“Upload this image to Templated: https://example.com/my-logo.png

Create organization structure:

Prompt:

“Create a folder called ‘Q1 Marketing’ and move my Instagram and Facebook templates into it”

Add a custom font:

Prompt:

“Upload this font file: https://example.com/fonts/MyBrandFont.ttf

Generate an MP4 video:

Prompt:

“Create a 10-second video from my animated template at 30fps”

Monitor your API usage:

Prompt:

“Show my Templated account info and how many credits I have left”

Be Specific

Include exact values for colors (hex codes), dimensions (pixels), and text content.

Reference Layers by Name

Use get_template_layers first to see layer names, then reference them accurately.

Chain Operations

You can ask for multiple operations in one prompt—the AI will execute them in sequence.

Use Template IDs

Keep your template IDs handy. The AI can look them up, but providing them is faster.