Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIKNEURON_MCP_API_KEYYesYour TikNeuron MCP API Key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tiktok_available_subtitlesC

Looks up the available subtitle, i.e., content for a TikTok video.This is used for looking up if there is any content (subtitle) available to a TikTok video.Supports TikTok video url as input in objectReturns the available subtitle for the video which can be in different languages and differentformats like Automatic Speech Recognition, Machine Translation or Creator Captionsand different languages.

tiktok_get_subtitleB

Get the subtitle (content) for a TikTok video url.This is used for getting the subtitle, content or context for a TikTok video.Supports TikTok video url as input and optionally language code from tool 'AVAILABLE_SUBTITLES'Returns the subtitle for the video in the requested language and format.If no language code is provided, the tool will return the subtitle of automatic speech recognition.

tiktok_get_post_detailsA

Get the details of a TikTok post.This is used for getting the details of a TikTok post.Supports TikTok video url as input.Returns the details of the video like - Description - Creator username - Hashtags - Number of likes, shares, comments, views and bookmarks - Date of creation - Duration of the video

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 3 tools

Disambiguation4/5

get_post_details is clearly distinct from the two subtitle tools. The subtitle tools are related but separated: one checks available subtitle formats/languages, the other retrieves the actual subtitle content. There is minor potential confusion because both subtitle tools reference 'content', but their roles are distinguishable.

Naming Consistency3/5

All tool names use the tiktok_ prefix and snake_case, but there is a naming pattern break: tiktok_available_subtitles uses adjective_noun while tiktok_get_subtitle and tiktok_get_post_details use verb_noun. This is readable but not fully consistent.

Tool Count4/5

Three tools is a small but reasonable set for a focused TikTok metadata/subtitle server. Each tool has a distinct purposecars and the count is not too thin for the apparent scope, though it is on the lighter side.

Completeness4/5

The tool set covers post details plus the subtitle availability/retrieval lifecycle, which form a coherent workflow. Obvious gaps like user profiles or comment fetching exist, but they fall outside the apparent focus of this server.

Maintenance

ActivityInactive
ResponsivenessNo issues