Skip to main content
Glama
hermoso-ai

Hermoso

Official

Search TikTok

search_tiktok
Read-only

Find top-performing TikTok videos by keyword or hashtag to mine hooks, trends, and remixable creative. Returns ranked video data with plays, likes, and links.

Instructions

Organic TikTok keyword search (there is NO TikTok ad library) — top-performing videos to mine for hooks/trends/remixable creative. Returns compact JSON {desc, author, handle, plays, likes, link, cover} per video, ranked by plays. Use research_ads for open-ended research. Spends about a credit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax videos returned (1–25, default 8)
queryYeskeyword or hashtag (no # needed)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.1.161
    • changedOutput schema / (root)
      Previous value: -{
      -  "$schema": "http://json-schema.org/draft-07/schema#",
      -  "additionalProperties": false,
      -  "properties": {
      -    "found": {
      -      "description": "total videos found",
      -      "type": "number"
      -    },
      -    "videos": {
      -      "description": "the compact video objects ({desc, author, handle, plays, likes, link, cover}), ranked by plays",
      -      "items": {},
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}New value: +null
  2. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no meaningful annotations provided, the description carries the disclosure burden. It reveals the output shape, sort order (ranked by plays), organic-only scope, and approximate credit cost. It does not cover rate limits or pagination, but the key behavioral traits needed to invoke it are present.

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 two tight sentences with no filler. It front-loads the primary purpose, then covers the caveat, output shape, ranking, alternative tool, and cost. Every clause adds relevant information.

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 two-parameter search tool with no output schema or annotations, the description is complete: it tells the agent what to pass, what comes back, how results are ordered, what it costs, and which sibling handles a related but different use case. Nothing essential is missing for correct selection and invocation.

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?

The input schema already documents both parameters clearly: query is a keyword or hashtag with no # needed, and limit has a range and default. The description adds no parameter-specific meaning beyond this, and schema coverage is effectively complete, so a baseline of 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 names a specific action and resource ('Organic TikTok keyword search'), states the creative-mining use case, and disambiguates itself from ad research by explicitly noting there is no TikTok ad library. This distinguishes it from research_ads and other platform search tools.

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?

It gives explicit context for when to use it: keyword-based TikTok search for hooks, trends, and remixable creative. It also points to research_ads for open-ended research, providing a clear alternative and helping an agent avoid using this tool for ad-library exploration.

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

Deploy Server

Other Tools