Skip to main content
Glama

Redraft engine playbooks

redraft_engine_playbooks
Destructive

Portfolio sweep: re-draft every assigned engine-photocopy Play in this company into an English operator contract. Clears Agree on each. Does not run. Operator sits through the list.

Routing: Clean engine Play slugs across this company → use this

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax Plays to re-draft this call (default 25, max 40).
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses concrete behavioral traits: it clears the Agree state, explicitly does not run plays, has a synchronous 'operator sits through the list' execution model, and explains the write-tier approval flow. This is exactly the kind of contextual behavior an agent needs that annotations alone do not provide.

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 core purpose is front-loaded in the first sentence, and every added line carries a distinct fact: side effect, non-execution, execution model, routing condition, and approval protocol. The approval block is dense and jargon-heavy ('the card is the yes'), but it is relevant operational guidance rather than padding.

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?

For a destructive batch tool with no output schema, the description covers scope, side effects, non-execution, routing, and authorization workflow, and the schema covers both parameters. Missing pieces are a clear statement of return/confirmation behavior and explicit definitions of domain-specific terms like 'engine-photocopy Play.'

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%, and both parameters are already well documented in the input schema, including the companyId membership requirement and limit defaults/max. The description adds no parameter-level meaning beyond the schema, so the baseline score applies.

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 and resource: re-draft every assigned engine-photocopy Play in the company into an English operator contract, and it adds key non-actions ('Clears Agree on each', 'Does not run'). It is not a tautology and is distinguishable from run_playbook and agree_playbook, though it does not explicitly name close siblings like redraft_playbook_contract or define the jargon 'engine-photocopy Play'.

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

Usage Guidelines4/5

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

The 'Routing' line gives an explicit applicability condition: clean engine Play slugs across the company should route to this tool. It also gives an invocation rule about acting on the first clear approval and not re-asking, which is practical guidance. It does not spell out when to prefer an alternative like redraft_playbook_contract for a single play.

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.

Resources