Skip to main content
Glama

What to A/B test

suggest_ab_test
Read-onlyIdempotent

Suggests title variants to run in YouTube's own Test & Compare, each changing ONE element and each grounded in a pattern measured on that channel. Use this when a creator has a video ready and wants to know what to test rather than whether to test.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoThe working title, if there is one.
channelYesA YouTube channel: @handle, channel URL, channel id (UC…), or the channel name.

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, open-world, and non-destructive behavior. The description adds valuable behavioral constraints: variants change exactly ONE element and are grounded in patterns measured on the channel. It also clarifies that the tool focuses on what to test, not whether to test, which is useful beyond the annotations.

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 sentences, front-loaded with the primary action and constraints, followed by a clear usage guideline. Every sentence earns its place with no filler or redundant information.

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?

Given the tool's moderate complexity, strong annotations, and complete schema, the description covers the essential context: what it does, when to use it, and key constraints. It does not describe the output format or number of variants, but the purpose implies a list of title variants. With no output schema, this slight gap is acceptable because the behavior is well understood from the description.

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 coverage is 100%, so the baseline is 3. The description does not add extra parameter-level meaning beyond what the schema already provides (e.g., channel can be a handle, URL, ID, or name; title is optional). The mention of 'patterns measured on that channel' implicitly relates to the channel parameter but adds no syntactic or semantic detail not already in the schema.

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's function: it suggests title variants for YouTube's Test & Compare, with each variant changing one element and grounded in channel patterns. This is specific and goes beyond a generic verb. It distinguishes from siblings by contrasting 'what to test' with 'whether to test,' though it does not name an alternative tool explicitly.

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 provides explicit usage context: 'Use this when a creator has a video ready and wants to know what to test rather than whether to test.' This tells the agent when to invoke the tool, though it does not name specific alternatives or exclusions beyond the conceptual distinction.

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.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect of YouTube growth: audit gives an overall score, monetization tracks subs/views, patterns analyzes channel-specific performance, brief creates a next-video plan, and ab test suggests title experiments. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (audit, check, get, get, suggest), using clear action words and camelCase separation. The naming is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a YouTube growth server, covering assessment, progress tracking, pattern analysis, planning, and experimentation without unnecessary bloat or missing essentials.

Completeness4/5

The tool set covers a complete growth workflow: audit status, check monetization, identify patterns, plan next video, and test improvements. A minor gap is the lack of a tool for tracking changes over time or comparing across channels, but the core domain is well covered.

Resources