Skip to main content
Glama

generate_newsletter

Creates a project-specific newsletter from a topic and tone input, ready for distribution.

Instructions

Generate a newsletter for a CreatorOS project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toneNoProfessional
topicYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only says 'Generate a newsletter', without clarifying whether the content is persisted, requires a valid existing project, incurs cost, or has other side effects.

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 a single, focused sentence with no filler or redundant phrases. It front-loads the action and immediately identifies the artifact and domain.

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?

With three parameters, no annotations, and only one vague sentence, the description is not complete enough for an agent to select and invoke the tool confidently. Output schema may describe return data, but it does not compensate for missing usage and parameter semantics.

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

Parameters2/5

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

Schema description coverage is 0% and the description adds minimal parameter meaning. It hints that project_id refers to a CreatorOS project, but does not explain the expected value of topic or the meaning/options of tone beyond the schema's default value.

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 states a specific verb ('Generate'), a distinct artifact ('newsletter'), and a clear domain ('CreatorOS project'). It differentiates from sibling tools like generate_linkedin_post or generate_blog by naming the exact content type.

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?

The description gives no guidance on when to use this tool over alternatives such as generate_email or generate_blog, and offers no exclusions or prerequisites. Usage context is only implied by the artifact name rather than stated.

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