Skip to main content
Glama

Update channel

update_channel
Idempotent

Update an existing channel: name, description, visibility, category, language, age rating, or the community chat link. Only send the fields you are changing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
categoryNo
keywordsNoMultilingual search keywords
is_publicNoList in Discover. Allowed on every tier.
channel_idYes
descriptionNo
chat_platformNoCommunity chat platform shown as an overlay on the player. Discord is the fully supported one; the others are accepted but only Discord has a working embed today.
show_scheduleNo
chat_server_idNoDiscord server (guild) id — the owner must supply this; you cannot discover it
chat_channel_idNoDiscord channel id within that server
primary_languageNoISO 639-1, e.g. "en"
age_classificationNo
allow_offline_downloadNo

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the tool is known to be a non-destructive, idempotent write. The description adds the partial-update behavior, which is useful, but does not mention side effects, permissions, or handling of omitted fields beyond the implicit 'only send changed fields'.

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 single, concise sentence that front-loads the core action and key constraint. It is not verbose, though the list of fields could be more precise and aligned with schema names.

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 the tool's complexity (13 parameters) and lack of an output schema, the description is insufficient. It does not explain what the tool returns, whether omitted fields retain their previous values (though implied), or any prerequisites or side effects. The partial-update guidance is helpful but incomplete for such a broad update tool.

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 only 46%, so the description needs to compensate for undocumented parameters. However, it omits several parameters (keywords, show_schedule, allow_offline_download, chat_server_id, chat_channel_id) and uses vague terms like 'visibility' instead of is_public and 'community chat link' instead of chat_platform/server/channel. It does not provide enough clarity to make all 13 parameters understandable.

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 verb 'Update' and the resource 'existing channel', and lists specific updatable fields (name, description, visibility, category, language, age rating, community chat link), which distinguishes it from create_channel and archive_channel. It is specific and unambiguous.

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 instruction 'Only send the fields you are changing' is a useful usage guideline for how to call the tool, but it does not explicitly state when to use this tool versus alternatives like create_channel or archive_channel. The usage context is implied by 'existing channel'.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools are clearly distinct: channel lifecycle (create/get/update/archive/list), asset management (import/delete/list/set_asset_weight), schedule management (get/set/validate/regenerate), and transcode (get status/retry). Minor overlap exists between archive_channel and delete_asset, but descriptions clarify the scope (whole channel vs single video). import_video_from_url and import_youtube_video are distinct in source and ownership requirements.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: archive_channel, create_channel, delete_asset, get_channel, list_assets, set_asset_weight, validate_schedule_rules, etc. Verbs are action-oriented (create, get, list, update, archive, delete, import, set, regenerate, retry) and nouns are resource names (channel, asset, schedule, transcode). No mixed conventions or vague verbs like 'process' or 'do_thing'.

Tool Count5/5

19 tools is well-scoped for a TV channel management server covering channel lifecycle, asset ingestion, scheduling, and transcode monitoring. Each tool addresses a distinct need and the count feels proportional to the complexity of managing a 24/7 linear TV channel. Not bloated with redundant tools, and each has a clear purpose.

Completeness4/5

The surface covers the core domain comprehensively: channel CRUD (create, get, update, archive, list), asset management (import, delete, list, weight), scheduling (set rules, validate, regenerate, get schedule), and transcode monitoring (status, retry). Minor gaps: no direct way to upload local files (stated as a limitation), no channel deletion (only archive), and no ability to manage playlists explicitly. However, these are acknowledged design constraints or edge cases, so the surface is largely complete for the stated purpose.

Resources