Skip to main content
Glama

start_overlay

Idempotent

Starts a styled subtitle overlay on Apple TV playback, adjusting font, color, size, and bottom margin relative to the video window or settings fallback.

Instructions

tvsub NSPanel 오버레이를 선택 자막·스타일로 시작합니다. bottom_margin은 TV 영상 창 높이 기준이며 창을 찾지 못할 때만 설정 화면 기준으로 폴백합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNo
store_idNo
subtitleNo
font_sizeNo
font_familyNo
bottom_marginNo
outline_widthNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.2

TDQS

B3/5.0
Behavior3/5

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

Annotations indicate idempotentHint=true and destructiveHint=false, and the description does not contradict them. It adds useful detail about bottom_margin being relative to the TV video window height with a fallback to settings when the window is not found, but it does not explain overlay lifecycle or other side effects.

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 concise sentences with no filler. The primary purpose is stated first, and the most ambiguous parameter is clarified immediately after.

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

Completeness2/5

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

Given 7 parameters, no schema descriptions, no output schema, and a large sibling set, the description is incomplete. It addresses only one parameter's semantics and offers no guidance on overlay behavior, return values, or when to invoke it over related tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for the 7 parameters. Only bottom_margin receives any semantic explanation; color, store_id, subtitle, font_size, font_family, and outline_width are left to inference from their names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool starts a tvsub NSPanel overlay with a selected subtitle and style, using a specific verb and resource. It is distinguishable from stop_overlay by its action, but it does not explicitly differentiate itself from related tools like load_subtitle or set_style.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use start_overlay versus alternatives such as load_subtitle, set_style, or stop_overlay. It implies its use by naming what it does, but it does not state conditions, prerequisites, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/launzi/tvsub-mcp'

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