Skip to main content
Glama

Press Release Generate

press_release_generate
Read-onlyIdempotent

Transform any announcement into a satirical press release. Accepts announcement text, optional company name, location, and tone (visionary/disrupting/humbled/transparent/pivoting); returns formatted release with headline, body, boilerplate, and media contact section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toneNo
companyNo
locationNo
announcementYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoMain body content of the press release
headlineNoProfessional headline for the press release
boilerplateNoCompany boilerplate section
media_contactNoMedia contact information section

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added
  2. Removed
  3. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is clear. The description adds value by detailing the output structure (headline, body, boilerplate, media contact), which helps the agent understand what to expect from invocation.

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, dense sentence that presents the main purpose first and includes all necessary details with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (not shown but mentioned), the description's mention of the return structure is supplementary. All parameters are covered, and the annotations provide safety cues, making the description fully adequate for an agent to use the tool correctly.

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

Parameters4/5

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

Schema description coverage is 0%, but the description explicitly lists all four parameters (announcement, optional company, location, tone) and explains their roles. It also enumerates the allowed tone values, compensating for the missing schema descriptions.

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-resource pair ('Transform any announcement into a satirical press release') and clearly distinguishes this tool from siblings, as none of the other tools produce press releases or satire.

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?

The description implies usage context (for turning announcements into satirical releases) but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites.

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.