Skip to main content
Glama
dannguyen9x

tiktok-live-studio-mcp

by dannguyen9x

Set source visibility

studio_set_source_visibility

Set a source's visibility in TikTok LIVE Studio scenes, with optional scene targeting and automatic restoration of the original scene after applying changes.

Instructions

Set, verify, and preserve source visibility without a blind toggle. Restores the original scene when targeting another scene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
visibleYesDesired visibility. The operation is idempotent.
sceneNameNoOptional exact scene name; defaults to the active scene.
sourceNameYesExact source name returned by studio_list_sources.
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses the non-toggling deterministic behavior and the scene-restoration side effect, but it does not mention return values, error handling, or required permissions. This is moderately transparent but incomplete.

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, front-loaded with the primary action, and every phrase contributes meaning. There is no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the key side effect (scene restoration) and the schema handles parameter meanings, but without an output schema, it should explain what the tool returns or how verification is exposed. The lack of return-value/error detail leaves some ambiguity, making it adequate but not fully complete.

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 all three parameters with 100% coverage, so the baseline is 3. The description does not add parameter-level detail beyond what the schema provides, though 'targeting another scene' indirectly refers to sceneName.

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 sets and verifies source visibility, with a specific resource (source) and action. It also distinguishes itself from sibling tools like mute controls by focusing on visibility. The phrase 'without a blind toggle' adds specificity without ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when you need to set a source to a specific visible state, and mentions the scene-restoration side effect when targeting another scene. However, it does not explicitly state when to use this tool over alternatives or any exclusions, so guidance is implied rather than explicit.

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/dannguyen9x/tiktok-live-studio-mcp'

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