Skip to main content
Glama

List TikTok Carousel templates

list_carousel_templates
Read-onlyIdempotent

List the carousel layouts on this account, each with the exact row schema it expects (variable keys, text vs image, an example per key). FREE. Call this before create_tiktok_carousel — the row keys come from here, never from guesswork.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint and non-destructive, so the safety profile is covered. The description adds beyond that by disclosing the return content shape (row schema, variable keys, text vs image, an example per key) and the cost ('FREE'). It omits pagination/rate-limit behavior, keeping it short of a 5.

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?

Three tight sentences: purpose, contents, then the usage instruction and cost flag. Every sentence earns its place and the routing advice is front-loaded.

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

Completeness5/5

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

There is no output schema, so the description correctly steps in to describe what is returned. Combined with the annotations covering safety, an agent has everything needed to call this tool and use its output.

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?

The tool takes zero parameters (empty schema), so the baseline is 4 and there is nothing for the description to disambiguate. No parameter confusion is possible.

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?

States a specific verb (List) and resource (carousel layouts on this account), and clarifies what each listed item contains (variable keys, text vs image, example per key). The counterpart sibling create_tiktok_carousel is named directly, so an agent can place this tool without opening any schema.

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?

Explicitly instructs 'Call this before create_tiktok_carousel — the row keys come from here, never from guesswork', giving both the trigger condition and the reason. It also flags the cost profile ('FREE'), which further routes usage decisions. Nothing is left to inference.

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