Skip to main content
Glama
elisbanpaco

Canva MCP Server

by elisbanpaco

canva_list_folder_items

List the designs, images, and subfolders inside a specific Canva folder by providing its folder ID. Use 'root' to inspect top-level contents and pass a continuation token to page through results.

Instructions

Lista el contenido (diseños, imágenes, subcarpetas) dentro de una carpeta específica.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderIdYesID de la carpeta a inspeccionar (o "root" para la raíz).
continuationNoToken de paginación.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It lists what the tool returns conceptually but omits important behavioral traits such as pagination via the 'continuation' parameter, whether results are sorted or complete, and whether 'root' behaves differently from a normal folder ID. For a listing tool, this is a meaningful transparency gap.

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?

One concise sentence with no filler: it opens with the verb, names the resource, and lists the content types. Every word contributes to the agent's understanding, and the description is front-loaded appropriately.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple and the schema covers its parameters, but there is no output schema and no mention of key operational details such as pagination or the distinction between global item lists and folder-scoped listing. The description is adequate for a basic call but leaves a few gaps that could affect correct invocation, especially around pagination.

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 input schema already documents both parameters well. The description adds no significant parameter-level detail beyond what the schema provides, such as the meaning of 'continuation' or the 'root' option.

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 action ('Lista') and the resource ('el contenido dentro de una carpeta específica'), naming the content types (diseños, imgenes, subcarpetas). This distinguishes it from siblings like canva_list_designs and canva_list_folders, which list items globally rather than within a specific folder.

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

Usage Guidelines3/5

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

The phrase 'dentro de una carpeta específica' implies when to use the tool (inspecting folder contents), but it does not explicitely state when not to use it or mention alternatives such as canva_list_designs or canva_list_folders. The usage context is reasonably clear but not fully articulated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elisbanpaco/mcp-canva-gemini-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server