Skip to main content
Glama

package_video

Read-only

Help the signed-in user PACKAGE a YouTube video: generate several title options and thumbnail text ideas, or score a title/thumbnail they already have, always as a title+thumbnail UNIT (making sure the two complement and do not just repeat each other), grounded in the packaging that already converts on their own YouTube channel. Call this whenever the user wants help with a title or a thumbnail, wants title options or thumbnail text, asks to package or repackage a video, or wants their title/thumbnail reviewed, scored, or improved. Pass video to package or critique an existing upload of theirs (by its title), idea to generate packaging for a new idea or topic, BOTH video and idea for a follow-up or sequel to one of their videos (the new video's packaging, grounded in the one it follows), and/or title/thumbnail_text to score ones they paste. For judging whether an idea is worth making at all, use evaluate_idea; to brainstorm video ideas from scratch, use suggest_ideas; for the general pattern across their best thumbnails, use find_best_thumbnails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ideaNoA new video idea or topic to generate packaging for. Combine with `video` when it follows on from that upload
titleNoA proposed title to score
topicNo
videoNoAn existing upload of theirs to package or critique (its title or part of it). Combine with `idea` for a follow-up to it
thumbnail_textNoProposed thumbnail text to score

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / idea / description
      Previous value: -"A new video idea or topic to generate packaging for"New value: +"A new video idea or topic to generate packaging for. Combine with `video` when it follows on from that upload"
    • changedInput schema / properties / video / description
      Previous value: -"An existing upload of theirs to package or critique (its title or part of it)"New value: +"An existing upload of theirs to package or critique (its title or part of it). Combine with `idea` for a follow-up to it"
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With readOnlyHint=true and openWorldHint=true already present, the description adds useful behavioral context: output is always a title+thumbnail unit kept complementary, and generation is grounded in the user's own converting packaging. It does not contradict the annotations and goes beyond them by describing the tool's functional behavior.

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 front-loaded with the core action and unit constraint, then moves through trigger conditions, parameter combinations, and sibling routing. It is dense and written as long run-on sentences, but for a five-param multi-mode tool the length is justified and each sentence contributes.

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

Completeness4/5

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

All major call modes are covered: new idea, existing video, follow-up, scoring, plus routing to sibling tools. The only notable omissions are the meaning of the 'topic' parameter and the exact return/output format, which matter more because there is no output schema; still this is detailed enough to select and invoke the tool safely.

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?

Schema already documents 4 of 5 params (80% coverage), so baseline is 3. The description adds combination semantics, e.g. passing both video and idea for follow-ups and using title/thumbnail_text for scoring, but it never explains the 'topic' parameter, leaving that mode ambiguous.

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 opening sentence names a specific verb+resource ('PACKAGE a YouTube video') and enumerates its two functional modes: generating title options/thumbnail text ideas or scoring existing ones. It also explicitly differentiates from siblings by naming evaluate_idea, suggest_ideas, and find_best_thumbnails as alternative tools.

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

Usage Guidelines5/5

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

It states exact triggers ('Call this whenever the user wants help with a title or a thumbnail...') and gives explicit exclusions: use evaluate_idea for idea-worthiness, suggest_ideas for brainstorming, and find_best_thumbnails for channel patterns. It also specifies when to pass video, idea, or both.

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.

Resources