Skip to main content
Glama

Create Folder

create-folder

Create a Canva folder to organise related work.

Use to set up a project folder, add a subfolder within an existing folder, or keep designs, images, and folders together. Returns the new folder, including its folder_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the new Canva folder.
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).
parent_folder_idYesID of the Canva folder that will contain the new folder. Use "root" to create the folder at the top level.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / name / description
      Previous value: -"Name of the folder to create"New value: +"Name for the new Canva folder."
    • changedInput schema / properties / parent_folder_id / description
      Previous value: -"ID of the parent folder. Use 'root' to create at the top level"New value: +"ID of the Canva folder that will contain the new folder. Use \"root\" to create the folder at the top level."
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already indicate this is a non-read-only, non-destructive mutation. The description adds useful behavioral context by stating that it returns the new folder including its folder_id. It does not discuss permissions or edge cases, but the annotation coverage lowers the burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the core action. The use-case sentence adds value, though 'keep designs, images, and folders together' slightly overlaps with 'organise related work'. Overall, every sentence earns its place.

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 create operation, the description covers purpose, use cases, and the return value. Since there is no output schema, mentioning the returned folder_id is helpful. The 'root' special value for parent_folder_id is already covered in the schema.

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 parameters are already well documented. The description does not add significant parameter-level meaning beyond what the schema provides, which makes the baseline score of 3 appropriate.

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 and resource: 'Create a Canva folder'. It clearly states the purpose ('organise related work') and is distinct from sibling tools like search-folders, list-folder-items, and move-item-to-folder.

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 clear context for when to use the tool: setting up a project folder, adding a subfolder, or keeping related items together. It does not explicitly name alternatives or exclusions, but the use cases are specific enough for an agent to select it correctly.

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