Skip to main content
Glama

Share playbook

share_playbook
Destructive

Send this Playbook. If to_email is an existing FreedomOS user, copy the Play onto their company (they still Agree). If they are new, return your invite link (partner /start/{slug} or /r/:code). Operator door. Exec cannot mint a share.

Routing: Send a Playbook to a teammate or a new person → 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
to_emailNoOptional. If they already use FreedomOS, copy the Play to them.
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
playbook_idNoUUID of the Playbook to send.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / playbook_id
      Added value: +{
      +  "description": "UUID of the Playbook to send.",
      +  "type": "string"
      +}
    • removedInput schema / properties / tactic_id
      Removed value: -{
      -  "description": "UUID of the Playbook to send.",
      -  "type": "string"
      -}
    • changedInput schema / required
      Previous value: -[
      -  "tactic_id",
      -  "companyId"
      -]New value: +[
      +  "companyId"
      +]
  2. Added

TDQS

A3.9/5.0
Behavior5/5

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

The description goes well beyond the annotations by explaining exact side effects: existing users receive a copy of the Play, new users trigger an invite link, role restrictions exist ('Exec cannot mint a share'), and an approval workflow may gate first use. It also gives agent-facing guidance ('do not re-ask in chat'), which is valuable behavior context beyond the schema and annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The core behavior is front-loaded and the routing/approval sections are useful, but the description is dense with unexplained domain shorthand ('Operator door', 'the card is the yes') and could be structured more cleanly. Every section earns some place, but clarity suffers from jargon.

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

Completeness3/5

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

For a tool with no output schema, the description covers recipient behavior, role restrictions, and approval flow well. However, it doesn't specify what the tool returns for existing-user shares, doesn't clarify why playbook_id is optional in the schema, and leaves 'Operator door' unexplained, so an agent may still have gaps when deciding how to invoke it.

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?

The input schema already has 100% description coverage for all parameters, so the baseline is 3. The description adds some conditional meaning for to_email (existing vs. new user), but this largely mirrors the schema's own description and adds little about companyId or playbook_id.

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 identifies the action ('Send this Playbook') and specifies the recipient-dependent behavior (copy to existing user vs. returning an invite link for new users), which distinguishes it from generic send tools. However, it doesn't explicitly name alternative sibling tools, and it relies on domain jargon like 'Play' and 'Operator door' that may reduce immediate comprehension.

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 'Send a Playbook to a teammate or a new person → use this' gives explicit usage context, and the approval note explains how first-time authorization works. It doesn't explicitly name alternatives or state when not to use the tool, but the provided routing is sufficient for most selection scenarios.

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