Skip to main content
Glama

x402vid AI Intelligence & Channel Growth for YouTube Videos

Title and Description Optimizer

title_optimizer
Read-onlyIdempotent

YouTube title and description optimizer (fast, pure AI).

Three CTR-ranked rewrites under 60 chars, keyword-front-loaded description draft, and tags. No video lookup needed. Free, no payment required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nicheNoOptional niche context for keyword targeting
titleYesWorking title to optimize

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / properties / x_payment
      Removed value: -{
      -  "default": "",
      -  "description": "Base64 x402 payment payload (required — pass the X-PAYMENT value as an argument over MCP)",
      -  "type": "string"
      -}
  2. Added

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the safety profile is covered. The description adds genuinely new behavioral context: the exact output shape (three ranked rewrites, a description draft, tags), the 60-char constraint, that it is 'pure AI' and 'fast', and that no payment or video lookup is involved. It does not contradict 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Short, front-loaded, and each fragment carries information: identity first, then output shape, then the no-lookup precondition, then cost. The terse fragments read slightly like ad copy ('fast, pure AI', 'Free, no payment required') but nothing is wasted.

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?

An output schema exists, so return values need not be re-explained, yet the description still summarizes what comes back, which helps selection. With annotations covering safety and a single required parameter, the definition gives an agent enough to invoke it correctly; only explicit routing against sibling tools is absent.

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 description coverage is 100% and both parameters (title, niche) are documented in the schema, so the baseline is 3. The description's mention of 'keyword-front-loaded' hints at the niche/keyword-targeting purpose but adds no syntax, format, or constraint detail beyond what the schema already states.

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 names a specific resource (YouTube titles and descriptions) and states the concrete output: three CTR-ranked rewrites under 60 chars, a keyword-front-loaded description draft, and tags. This is far more than a restatement of the name, and the output profile implicitly separates it from siblings like thumbnail_concept or transcript_markdown, though no sibling is named explicitly.

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?

'No video lookup needed' tells the agent this works from a bare title, which is a useful precondition, and 'free, no payment required' removes a cost gate. However, there is no explicit when-to-use vs. alternatives guidance (e.g., versus niche_research or thumbnail_concept), so usage must be inferred.

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