Templated

Templated

Templated is a platform that automates the generation of images and PDFs through a simple API, allowing users to design templates and render them multiple times with dynamic content.

1VIEWS
2743USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app templatednpx @composio/cli add cursor --app templatednpx @composio/cli add cursor --app templatednpx @composio/cli add cursor --app templated

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Tags To Template

Tool to append new tags to an existing template without overwriting existing tags. use when you already have the template id and want to add additional tags.

Clone Template

Tool to clone an existing template. use after you have a template id and want to duplicate it with a new name. example: "clone template tpl 123 as 'copy of template'".

Create Template Render

Tool to create a document render from a template. use when you need a pdf or image output with dynamic variables. example: "generate an invoice pdf using template 'tpl 123' with variables { ... }."

Delete Template

Tool to delete a template by its unique id. use when you have confirmed the template id and need to remove it permanently.

Get Account Information

Tool to retrieve account information, including email, name, and timestamps. use after confirming your api token is valid.

List All Templates

Tool to list all templates of a user. use when you need to retrieve available templates with optional pagination.

List Template Renders

Tool to list all renders of a specific template. use after obtaining a template id when you need paginated render results.

Remove Template Tags

Tool to remove specific tags from a template. use when you have a template id and want to untag existing tags.

Retrieve Template Render

Tool to retrieve details of a specific render by its id. use after obtaining the render id when you need details of a render.

Retrieve Template

Tool to retrieve a single template by its unique id. use after obtaining the template id.

Update Template Tags

Tool to overwrite all tags on a template. use when you need to replace the entire tag list for a specific template.

11 actions available