TikTok Agent Publisher
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tiktok_agent_manifestC | Machine-readable install, client, runtime and safety guidance for agents. |
| tiktok_connection_statusB | Check dry-run mode, OAuth readiness and live publish readiness without exposing tokens. |
| tiktok_privacy_auditC | Return token, media-hosting, local-file and live-publish safety boundaries. |
| tiktok_publish_videoA | Create a TikTok video publish job. Dry-run is enabled by default; live mode requires explicit TIKTOK_DRY_RUN=false. |
| tiktok_publish_statusB | Fetch TikTok Content Posting API publish status by publish id. |
| tiktok_list_videosB | List recent TikTok videos visible to the configured OAuth token. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool serves a clear, distinct function: manifest provides metadata, connection_status checks readiness, list_videos retrieves videos, privacy_audit examines safety, publish_status queries job state, publish_video creates a publish job. No overlap.
All tool names follow the consistent pattern 'tiktok_verb_noun' in snake_case, making it easy for an agent to predict tool names and purposes.
With 6 tools, the set is well-scoped for a TikTok publishing server, covering essential operations without unnecessary bloat.
The set covers the main publishing lifecycle: list, publish, status, and safety checks. Minor gaps exist (e.g., no tool for updating or deleting a video), but these are outside the core publishing focus.