Skip to main content
Glama

camelot_press_release_generator

Idempotent

Create standard press release announcements from headline, location, executive quote, and summary, adding boilerplate and media contact info for distribution.

Instructions

Press Release Generator: Format standard press release announcements with boilerplate and media contact info.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/press-release-generator

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headlineNoPress release or announcement headlineCamelot Web Tools Launches Native Model Context Protocol (MCP) Server for Autonomous AI Agents
cityStateNoCity, State / Region and postal codeAUSTIN, TX
executiveQuoteNoExecutive quote or endorsement statementWe engineered Camelot so AI agents can execute real, deterministic tools without cloud subscriptions or data leaks.
announcementSummaryNoExecutive overview of announcementNew standard brings 79 local-first utilities directly into Claude Desktop, Cursor, and enterprise coding assistants.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare idempotentHint=true and destructiveHint=false, so the agent knows it's safe and repeatable. The description adds 'Local browser processing' which is useful context about execution environment, and a canonical URL. It doesn't contradict annotations, but doesn't go beyond that in disclosing behavior such as output format or 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.

Conciseness4/5

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

The description is concise, front-loaded with the primary purpose, and includes a canonical URL for reference. The three sentences are efficient, though the URL is somewhat extraneous. Structure is clean and scannable.

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 tool has an output schema, so return values are covered. All parameters have defaults and descriptions. The description provides sufficient context about the tool's function and execution environment. Given the tool's simplicity, it is reasonably complete—nothing critical is missing.

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%, so all four parameters have detailed descriptions. The description adds little beyond the schema—it mentions boilerplate and media contact info, which gives context but not specific parameter semantics. Baseline 3 is appropriate given full schema coverage.

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 clearly states the tool formats standard press release announcements with boilerplate and media contact info. The verb 'Format' and resource 'press release announcements' make the purpose clear. It doesn't explicitly distinguish from siblings, but the purpose is distinct enough among the many camelot_* tools.

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?

Usage is implied: use this when you need to format a press release. There is no explicit when-to-use vs alternatives, but given the tool name and description, the context is clear. No exclusions or alternative guidance is provided.

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

Deploy Server

Other Tools