Skip to main content
Glama
MelMayssonOwen

TimeToPost MCP server

TikTok posting settings for an account

get_tiktok_creator_info
Read-onlyIdempotent

Retrieve a TikTok account's current posting settings to identify the creator, allowed privacy levels, disabled interactions, and maximum video duration before scheduling a post.

Instructions

Read a connected TikTok account's CURRENT posting settings, straight from TikTok. Call this before every TikTok schedule_post: it returns who the post would go out as (creator_nickname/creator_username), privacy_level_options (the ONLY audiences this account may be offered, so never present one that is missing from this list), comment_disabled/duet_disabled/stitch_disabled (a disabled interaction MUST be sent as false in platformData.tiktok, and must not be offered to the human as a choice), and max_video_post_duration_sec (the longest video this account may upload). Show these to the human, get their answers, and send those answers. TikTok requires this lookup per posting session and forbids caching it between sessions, so do not reuse an earlier response. accountId is the integration id from list_integrations; omit it when only one TikTok account is connected. CAPABILITY: read — side-effect-free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdNoIntegration id of the TikTok account (from list_integrations). Optional when only one is connected.
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, destructive false), the description adds substantive behavioral context: the no-caching requirement, the constraint that disabled interactions must be sent as false, and that the returned list of audiences is the only allowed set. It also confirms 'side-effect-free', aligning with annotations, and explains how to use results in a workflow.

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 a dense paragraph, but every sentence earns its place: purpose, usage, return fields, caching rule, and parameter note. It is slightly long but tightly packed with practical information; a more structured list or split into sentences would improve scannability.

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?

Given there is no output schema, the description thoroughly enumerates key returned fields (creator nicknames, privacy options, interaction flags, max duration) and explains their significance for scheduling. It also covers prerequisites (accountId from list_integrations), usage rules, and the read-only nature, making it complete for a tool of this complexity.

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 schema already covers accountId with a description matching the one in the tool description (`Integration id of the TikTok account (from list_integrations). Optional when only one is connected`). The description essentially repeats this information, adding no new meaning, so baseline 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 clearly states the tool 'Read a connected TikTok account's CURRENT posting settings, straight from TikTok', using a specific verb and resource. It distinguishes itself from siblings by explicitly tying its use to schedule_post and emphasizing it is a read operation.

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 explicit when-to-use guidance ('Call this before every TikTok schedule_post') and a critical no-caching rule. It also references list_integrations for accountId and provides a condition for omitting it, but it does not explicitly state when not to use this tool or name alternative tools for related tasks.

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/MelMayssonOwen/timetopost-mcp'

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