Skip to main content
Glama

copypass_run

Initialize a review run for AI-generated copy, storing operator context to support evidence-led copy checks.

Instructions

Start a scaffold CopyPass run for AI-generated copy. Chunk 1 stores an in-session run record and echoes operator context so later evidence-led copy checks can plug into a stable shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
copy_textYesThe AI-generated copy to review.
channelNoOptional surface label such as homepage_hero, pricing_section, or onboarding_email.
audienceNoOptional intended audience for the copy.
goalNoOptional goal for the copy, such as clarity, conversion, or trust.
profileNoReserved for later evaluator depth. Defaults to smoke.
Behavior2/5

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

No annotations provided, so the description carries full burden. It mentions 'stores an in-session run record and echoes operator context' but does not state whether the tool has side effects (e.g., creating a record), authorization needs, or rate limits.

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 short (two sentences) and front-loaded with the main action. However, the jargon reduces clarity and could be more straightforward.

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?

The tool has 5 parameters, no output schema, and the description does not explain return values or how to interpret the run result. Minimal context about the overall workflow.

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 baseline is 3. The description adds little beyond schema; it mentions 'echoes operator context' but does not clarify how each parameter influences the run. No extra value for parameter usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Start a scaffold CopyPass run for AI-generated copy', indicating a specific verb and resource. However, the jargon 'scaffold' and 'Chunk 1' obscures the purpose, and no distinction is made from the sibling tool 'copypass_status'.

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?

No explicit guidance on when to use this tool versus alternatives. The description does not mention prerequisites, context, or situations where this tool is preferred over similar tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/malamutemayhem/unclick'

If you have feedback or need assistance with the MCP directory API, please join our Discord server