Skip to main content
Glama

suggest_ideas

Read-only

Generate specific video ideas for the signed-in user's own YouTube channel to make next, grounded in what already earns them subscribers there (their winners) and what their audience keeps asking for (their comments). Call this when the user asks what to make, film, or post next; for video ideas, content ideas, or topic suggestions; what their next video should be; to brainstorm ideas; or says they are out of ideas or stuck on what to make. This GENERATES ideas from scratch. To judge or package a specific idea the user already has in mind, use evaluate_idea instead. Needs no input: it reads their real connected YouTube channel directly. Never ask the creator anything first, not for context, not for a link, not for a title you could look up; call it immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectsNoWhat this channel is actually about, comma separated, when the user names them (for example 'quantconnect, interactive brokers, trading'). Only pass what the USER said; never guess on their behalf. Klyf derives these from their search report otherwise

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / subjects
      Added value: +{
      +  "description": "What this channel is actually about, comma separated, when the user names them (for example 'quantconnect, interactive brokers, trading'). Only pass what the USER said; never guess on their behalf. Klyf derives these from their search report otherwise",
      +  "type": "string"
      +}
  2. First observed

TDQS

A4.8/5.0
Behavior5/5

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

The annotations already indicate readOnlyHint=true and openWorldHint=true, and the description adds deeper behavioral context: it reads the connected channel directly, needs no input, derives ideas from winners and comments, and must not prompt the user. It also clarifies that the tool generates from scratch, which is valuable beyond the annotation hints.

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 purpose and includes useful trigger phrases and exclusions. It is somewhat repetitive near the end ('Needs no input' and 'Never ask...call it immediately' restate the same point), but each section still earns its place by addressing usage, alternatives, and parameter handling.

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?

The description covers how to invoke the tool, when to use it, what it reads, and what to avoid. Since there is no output schema, a brief note about the shape or format of the returned ideas would improve completeness, but the current description is sufficient for an agent to call the tool correctly.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds crucial operational guidance for the optional 'subjects' parameter: only pass what the user explicitly said, never guess, and Klyf derives these from the search report otherwise. This tells the agent exactly when and how to populate the parameter, beyond the schema's basic definition.

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 uses a specific verb ('Generate') and resource ('specific video ideas for the signed-in user's own YouTube channel'), and clearly differentiates from evaluate_idea by noting this tool generates from scratch rather than judging an existing idea. This makes the tool's purpose unambiguous.

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?

The description gives explicit trigger conditions ('asks what to make, film, or post next...'), explicitly names the alternative for a different scenario ('use evaluate_idea instead'), and instructs the agent to call it immediately without asking the user questions. This fully routes the agent to the correct tool.

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