Skip to main content
Glama

Request attention transfer

request_attention_transfer
Destructive

Transfer work for THIS operator: push an instruction to a target coding session (or spawn one), optionally close/park the source. Use when they say "move this to a fresh Grok", "hand that off to Claude", or "continue on freedom-ai in a new tab". Composes create_attention_directive or request_attention_spawn + optional request_attention_close. Never invent paste rituals.

[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
cwdNoWorking directory for new spawn.
goalNoGoal for new spawn (required when spawning; defaults to first 120 of instruction).
companyIdNoFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
from_hostNoHost of from_session (default grok).
close_fromNoIf true and from_session_id set, queue OS close of the source tab.
spawn_hostNoIf no to_session_id: open new tab with this host (grok | claude-desktop | claude-code). Factory/freedom-ai lab goals: grok/claude-code refuse Terminal (Code Factory ACP).
instructionYesImperative work for the target session (1–4000 chars).
to_session_idNoExisting target session_id (from list). Omit with spawn_host to open a new tab instead.
kill_live_fromNoWith close_from: force-kill source live CLI (default false).
from_session_idNoOptional source session to park/close after transfer.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / spawn_host / description
      Previous value: -"If no to_session_id: open new tab with this host (grok | claude-desktop | claude-code)."New value: +"If no to_session_id: open new tab with this host (grok | claude-desktop | claude-code). Factory/freedom-ai lab goals: grok/claude-code refuse Terminal (Code Factory ACP)."
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark this as non-read-only and destructiveHint=true; the description adds useful behavioral detail: it may close/park the source session, explains the write-tier approval flow, warns against inventing paste rituals, and clarifies that approval can be recurring or one-time. It does not fully describe what happens to the target session after transfer.

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 front-loaded with the core operation, gives trigger phrases, names composed sibling tools, and then adds a compact approval-protocol note. Every sentence adds operational value and there is no filler.

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 complex, destructive composite tool with 10 parameters, the description covers triggers, composition, source-side side effects, and the approval flow, and the schema documents each parameter thoroughly. It does omit return-value behavior, but with no output schema and good schema coverage the definition is still largely complete.

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 coverage is 100%, so the baseline is 3. The description's language maps onto the main parameters, but it does not add meaningfully beyond the schema's already detailed parameter 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 states a concrete operation: transfer work for THIS operator by pushing an instruction to a target coding session or spawning one, while optionally closing/parking the source. It also distinguishes itself from siblings by naming the tools it composes: create_attention_directive or request_attention_spawn, plus optional request_attention_close.

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 description gives explicit trigger phrases such as 'move this to a fresh Grok' and 'hand that off to Claude', and it tells the agent to call it on the first clear ask and not re-ask. It is missing an explicit when-not-to-use statement for the simpler sibling tools, so it falls just short of perfect usage guidance.

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