Skip to main content
Glama

Search your own captions

search_my_videos
Read-onlyIdempotent

Search your recent TikTok videos by title or description. Enter a query to locate matching posts from your own library, scanning up to 200 recent videos.

Instructions

Find your posts whose title or description matches a query. TikTok has no search over your own library, so this pages recent videos and filters locally. A miss means it is not in the last scan videos, not that it does not exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scanNoHow many recent videos to search. Default 100, maximum 200.
queryYesText to look for in the title or description. Case-insensitive.
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.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses a crucial behavioral caveat: a miss means the item is not in the last `scan` videos, not that it does not exist. It also reveals the local-filtering implementation, which helps an agent set expectations about completeness.

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 with no filler. The action is front-loaded, followed by a brief implementation rationale and a vital caveat, so every sentence earns its place.

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 simple read-only search tool with fully documented parameters, the description covers purpose, local filtering behavior, and the open-world miss semantics. The annotations already provide the safety profile, and no output schema is needed to understand that this returns matching posts.

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 input schema already covers all parameters at 100% coverage, so the baseline is 3. The description adds extra meaning by tying `scan` directly to the miss semantics, clarifying that the search scope is limited to the most recent `scan` videos. It does not repeat schema details unnecessarily.

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: 'Find your posts whose title or description matches a query.' It also distinguishes itself from sibling list/get tools by explaining that TikTok has no native library search, so this tool pages recent videos and filters locally.

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 gives clear context for when this tool is appropriate: there is no TikTok-side search over your own library, so the tool compensates by scanning recent videos locally. It does not explicitly name alternatives such as list_videos, but the intended use case is evident.

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