Skip to main content
Glama

aaddyy_title_generator

Generate SEO-optimized article titles from a topic, keywords, tone, and audience to drive clicks and engagement.

Instructions

Generate compelling, SEO-optimized article titles that drive clicks and engagement (~1 credits)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toneNo
topicYes
audienceNo
keywordsNo
providerNo
quantityNo
maxLengthNo
titleTypeNo
includeNumbersNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, yet it only discloses a cost hint (~1 credits). It says nothing about output format (how many titles, return shape), whether keywords/tone materially change behavior, or any limits, which are important for a 9-param generative tool.

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?

A single front-loaded sentence with no wasted preamble; the cost note is appended cleanly. It is efficient, though the marketing phrasing ('drive clicks and engagement') is slightly promotional rather than informative.

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 9 undocumented parameters, no annotations, and no output schema, the description is far too thin to enable correct invocation. It should at minimum explain key parameters (topic, quantity, maxLength) and the return format.

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

Parameters1/5

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

Schema description coverage is 0% and the description mentions none of the 9 parameters (topic, tone, audience, keywords, quantity, maxLength, titleType, includeNumbers, provider). All parameter meaning is unavailable anywhere, so the description fails to compensate at all.

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 states a specific verb+resource — 'Generate ... article titles' — and adds qualifiers (SEO-optimized, click-driving). It is clearly distinguishable from most image/post-writing siblings, though it never explicitly differentiates itself from adjacent content tools like aaddyy_article_generator.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as aaddyy_article_generator or aaddyy_caption_generator, and no prerequisites or context conditions are stated. The agent must infer usage entirely.

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