Skip to main content
Glama
hermoso-ai

Hermoso

Official

List the connected account’s TikTok posts

list_tiktok_videos
Read-only

Retrieve your own TikTok posts with per-video stats (views, likes, shares) as a recent list or by specific video IDs for older posts.

Instructions

The connected account’s own TikTok posts with per-video stats — views, likes, comments, shares, duration, cover image and link. TWO WAYS TO ASK: with no arguments it lists the most recent (newest first, up to 20 a page); with videoIds it reads THOSE posts directly however old they are, which is how you answer "how did that specific video do" without paging back through the account. Any id TikTok does not return comes back under unresolved — meaning it is not on this account or no longer exists, which TikTok does not distinguish — never as a zero. Only ever the connected user’s OWN videos. ⚠️ TIKTOK OFFERS NO WAY TO DELETE OR EDIT A PUBLISHED POST through its API — not the caption, not the privacy level, not the comment/duet/stitch settings, not the cover. Every one of those is fixed at the moment of publishing. If the user wants a TikTok changed or taken down, tell them plainly that it has to be done in the TikTok app; do not look for a tool for it. Read-only, 0 credits. Needs TikTok connected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1-20, default 10 (ignored when videoIds is given)
videoIdsNoread these specific TikTok video ids instead of listing recent ones — up to 20 per call
Behavior5/5

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

Annotations already include readOnlyHint=true and destructiveHint=false, but the description goes beyond by explaining the unresolved field semantics (id not returned means not on account or deleted, never zero), and crucially discloses that the TikTok API offers no way to edit or delete published posts—critical behavioral context for agents. It also notes 'Read-only, 0 credits' and requirements like 'Needs TikTok connected.' 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.

Conciseness4/5

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

The description is longer than average but well-structured: it opens with the core purpose, lists the two modes, then explains the unresolved behavior and the edit/delete limitation. The warning about no-edit capability is a bit verbose but earns its place because it prevents futile search for a tool. The use of bullets and bold headings improves scannability, though some trimming could make it leaner without losing value.

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?

For a list operation with only two optional parameters and no output schema, the description covers all necessary aspects: the data returned, the two invocation patterns, the unresolved field semantics, the account restriction, the read-only nature, and the platform limitation on edits. An agent has everything needed to call this tool correctly and to set user expectations about capabilities.

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 schema already has 100% coverage with descriptions for both limit and videoIds. The description adds value by explaining the interaction: limit is ignored when videoIds is given, and videoIds reads specific posts regardless of age. It also clarifies the meaning of unresolved ids. While the baseline is 3 with high schema coverage, the description meaningfully enhances the semantics beyond the schema.

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 explicitly states 'The connected account’s own TikTok posts with per-video stats' and names the exact stats (views, likes, comments, shares, duration, cover image, link). It also distinguishes between the two invocation modes: listing recent posts with no arguments and reading specific posts via videoIds. This clearly separates it from sibling tools like list_tiktok_comments or search tools, leaving no ambiguity about what it does.

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 guidance on when to use each mode: with no arguments for the most recent posts, with videoIds to answer 'how did that specific video do' without paging. It also states 'Only ever the connected user’s OWN videos,' which prevents misuse. While it doesn't name alternatives like list_tiktok_comments, the two-mode usage is clearly defined, and the warning to not look for a tool to edit/delete posts implicitly steers toward this tool's appropriate use.

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/hermoso-ai/hermoso'

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