Skip to main content
Glama

Search Brand Templates

search-brand-templates
Read-only

Find or browse the user's Canva Brand Templates: reusable, on-brand layouts. Some include data fields that can be autofilled.

Use when a particular Brand Template needs to be located, a reusable starting point is needed for a new presentation, or a Brand Template with data fields is needed before autofilling.

Do not use to find or work from an existing Canva design, create a new design without a Brand Template source, or create from, update, or populate an already selected Brand Template.

Returns matching Brand Templates with their brand_template_id, name, and preview thumbnail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of Brand Templates to return in one page.
queryNoOptional title or type to search for. Provide only when the user explicitly names or describes the Brand Template they want; otherwise omit or pass an empty string to browse all available Brand Templates.
datasetNoFilter by data-field availability. Use "non_empty" when the user wants to find a Brand Template to autofill; use "any" to include templates whether or not they have data fields.
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).
brand_kit_idNo
continuationNoExact token returned by a previous search. Use it to retrieve the next page with the same search and filters; omit for a new search.
design_typesNoOptional Brand Template types to include. A Brand Template is returned if it matches at least one specified type. Currently supports "presentation" only.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed5 schema fields changed
    • changedInput schema / properties / continuation / description
      Previous value: -"Token for getting the next page of results. Use the continuation token from the previous response."New value: +"Exact token returned by a previous search. Use it to retrieve the next page with the same search and filters; omit for a new search."
    • changedInput schema / properties / dataset / description
      Previous value: -"Filter brand templates based on their dataset definition: 'any' for all templates, 'non_empty' for templates with dataset fields"New value: +"Filter by data-field availability. Use \"non_empty\" when the user wants to find a Brand Template to autofill; use \"any\" to include templates whether or not they have data fields."
    • changedInput schema / properties / design_types / description
      Previous value: -"Filter brand templates by design type; a brand template is returned if it matches any of the given types. Currently only 'presentation' is supported."New value: +"Optional Brand Template types to include. A Brand Template is returned if it matches at least one specified type. Currently supports \"presentation\" only."
    • changedInput schema / properties / limit / description
      Previous value: -"Maximum number of brand templates to return per page."New value: +"Maximum number of Brand Templates to return in one page."
    • changedInput schema / properties / query / description
      Previous value: -"Optional search query to filter brand templates"New value: +"Optional title or type to search for. Provide only when the user explicitly names or describes the Brand Template they want; otherwise omit or pass an empty string to browse all available Brand Templates."
  2. First observed

TDQS

A4.6/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, so the safety profile is covered. The description adds useful behavioral context: it returns matching templates with brand_template_id, name, and preview thumbnail, and notes that some templates include data fields that can be autofilled. It doesn't describe pagination behavior in detail, but the continuation parameter covers that. Slight gap: no mention of rate limits or auth, but not critical for a read-only search tool.

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 well-structured: a clear first sentence stating the core function, a when-to-use paragraph, a when-not-to-use paragraph, and a brief return-value statement. Every sentence earns its place, and the most important information is front-loaded. It's appropriately sized for a tool with 7 parameters and complex routing logic.

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 read-only search tool with 86% schema coverage and no output schema, the description is quite complete. It covers the tool's scope, exclusions, return values, and the key decision point about data fields. The only minor gap is that it doesn't explicitly state that results are paginated or that 'continuation' should be used for subsequent pages, but the schema's 'continuation' parameter description covers that. The description is complete enough for an agent to select and invoke this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 86%, so the schema already documents most parameters well. The description adds value by explaining the 'dataset' filter's purpose (find templates to autofill) and the 'query' parameter's usage rule (only provide when user explicitly names/describes a template). The 'user_intent' parameter is described as mandatory for LLM clients, which is important context. The description doesn't add much for 'brand_kit_id' or 'continuation', but the schema covers those adequately.

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 clearly states the tool's purpose: find or browse Canva Brand Templates, and distinguishes it from related tools by specifying it works with Brand Templates, not existing designs. It names the resource (Brand Templates) and the action (search/browse), and explicitly contrasts with 'search-designs' and 'create-design-from-brand-template'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: when a Brand Template needs to be located, when a reusable starting point is needed, or when a template with data fields is needed before autofilling. It also gives explicit when-not-to-use guidance: not for existing designs, not for creating new designs without a template source, and not for creating/updating/populating an already selected template. This is exemplary.

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