Skip to main content
Glama

Publish a photo carousel to TikTok

post_photos
Destructive

Publish photo carousels of up to 35 images from public URLs to a connected TikTok account, returning a publish_id to track posting status via get_post_status.

Instructions

Publish a photo carousel of up to 35 images from public URLs. Returns a publish_id; poll get_post_status with it. Same domain-verification and audit rules as post_video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoPost title. Up to 90 UTF-16 units, shorter than a video caption.
accountNoWhich connected TikTok account to act as, by the name you gave it in TIKTOK_ACCOUNTS. Defaults to the first. Call list_accounts to see them.
confirmNoMust be true for this to run. A TikTok post is public the moment moderation clears it, and deleting it later does not pull it out of feeds that already have it.
is_aigcNo
photo_urlsYesPublic image URLs, in the order they should appear. Their domain must be verified in your TikTok app.
descriptionNoPost description. Up to 4000 UTF-16 units.
privacy_levelYesMust be one of the values get_creator_info returns in privacy_level_options for this account. A private account cannot use PUBLIC_TO_EVERYONE, and passing it fails the call.
auto_add_musicNoLet TikTok pick a soundtrack. The creator can change it later in the app.
disable_commentNo
photo_cover_indexNoZero-based index of the image to use as the cover. Default 0.
brand_content_toggleNoTrue if this is a paid partnership promoting somebody else's business. Defaults false.
brand_organic_toggleNoTrue if this promotes the creator's own business. Defaults false.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the safety profile is known. The description adds the polling workflow (returns publish_id, poll get_post_status) and cross-references domain rules from post_video, which is useful behavioral context beyond the annotations. No contradiction with annotations.

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 three short sentences that lead with the core purpose, then the critical post-call step (polling), and finally a cross-reference to existing rules. Every sentence earns its place; there is no fluff or repetition.

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 tool with 12 parameters and no output schema, the description is surprisingly complete: it states the action, the limit, the domain requirement, and the follow-up polling step. It omits the confirm requirement and public-moderation behavior, but those are explicitly covered in the parameter descriptions. The agent gets enough to call it correctly without ambiguity.

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 high (83%), so the parameters are already well-documented. The description adds minimal parameter-specific details beyond the schema, such as the 35-image limit (already in maxItems) and public URL requirement (already in photo_urls description). It does not compensate for the remaining uncovered parameters, but with high coverage, baseline 3 is 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 opens with a specific verb and resource: 'Publish a photo carousel' with a clear constraint of up to 35 images and from public URLs. It distinguishes itself from siblings like post_video by focusing on photos and mentions the return of a publish_id, making the tool's purpose unambiguous.

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?

The description provides clear context for using the tool: it publishes a photo carousel and instructs to poll get_post_status. It references post_video for domain-verification rules, but does not explicitly compare against alternatives like send_photos_to_drafts. This is clear enough for an agent to infer live publishing vs. drafting, but lacks explicit exclusions, so not a 5.

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

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/navidmoazzez/tiktok-mcp'

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