Skip to main content
Glama

Park attention sessions

park_attention_sessions
Destructive

Park THIS operator's coding host sessions (N6 hygiene). Use after "clean tabs" / "park ghosts" / list shows dead running hosts. Pass session_ids for explicit targets, or stale_running=true to park running/unknown hosts that failed freshness (no recent heartbeat). dry_run=true previews only. Marks FO rows parked — does not kill Terminal processes. Never parks blocked_on_operator needs-you hosts unless listed in session_ids.

[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
dry_runNoIf true, return candidates without writing.
companyIdNoFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
session_idsNoExplicit session ids to park (from list_attention_sessions / get_attention_quest tool-only fields).
stale_runningNoIf true, also park running/unknown sessions that fail freshness hygiene.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already mark destructiveHint=true, but the description adds important side-effect context: 'Marks FO rows parked — does not kill Terminal processes.' It also discloses dry-run behavior and the write-tier approval flow, going beyond what annotations alone 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 description is dense and front-loaded with core semantics followed by parameter modes and caveats. The bracketed approval note is useful operational context, but it is somewhat long and includes agent-policy detail that could be trimmed without losing tool semantics.

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 is a write operation with optional parameters and no output schema; the description covers use cases, parameter selection, side effects, exclusions, and approval requirements. It does not describe the exact output shape, especially for dry_run, but the behavior is clear enough for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Even though schema coverage is 100%, the description enriches the parameters: stale_running=true is tied to 'running/unknown hosts that failed freshness (no recent heartbeat)', session_ids are tied to explicit targets from list/get tools, and dry_run=true is explained as 'previews only.' This is meaningful semantic guidance beyond the schema.

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 precise action and resource: 'Park THIS operator's coding host sessions' with N6 hygiene context. It distinguishes the tool from killing sessions ('does not kill Terminal processes') and connects it to list/clean-tabs workflows, so an agent can tell it apart from related session tools.

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

Usage Guidelines5/5

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

It explicitly says when to use the tool: after 'clean tabs' / 'park ghosts' / when list shows dead running hosts. It also provides parameter-level decision rules (session_ids vs stale_running=true vs dry_run=true) and a clear exclusion: 'Never parks blocked_on_operator needs-you hosts unless listed in session_ids.'

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