Skip to main content
Glama

Resolve console status

relay_console_resolve
Read-onlyIdempotent

Resolve a console-viewing attempt by refreshing the lease's non-secret status; read-only, it never recovers ownership and confirms only preflight readiness, not a launched viewer.

Instructions

Refresh this session's non-secret console-viewing status for the owned lease. Read-only, and it never recovers ownership. A ready status means guest preflight only, not that a viewer launched: console operations carry no screenshots and never establish authentication, displayed pixels or a human's confirmation. On macOS, viewing requires the human to choose Standard sharing of the existing console, not a new Log In session or a High Performance display, and the relay never auto-confirms that choice; server_enforced_view_only: false and an unverified viewer selection remain limitations even once transport connects. Never replay an uncertain attempt: resolve it here, or close it with relay_console_cancel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.1

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond the readOnlyHint, idempotentHint, and destructiveHint annotations. It discloses that the tool never recovers ownership, never establishes authentication or human confirmation, never auto-confirms the macOS sharing choice, and that view-only limitations persist even after transport connects. No contradiction with the annotations.

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 action is front-loaded in the first sentence, and every subsequent sentence adds meaningful caveats or routing guidance. The description is dense and somewhat long for a zero-parameter refresh action, but the platform-specific warnings justify most of the length.

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 description explains the meaning of a 'ready' result, the operation's limitations, the macOS prerequisites, and the cancellation alternative, which is strong context given zero parameters and rich annotations. It does not spell out the exact response shape or possible status values beyond 'ready,' but that is a minor gap.

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

Parameters4/5

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

The tool has zero parameters, so the schema is trivially complete and there are no parameter descriptions needed. The description adds useful contextual semantics by referring to 'this session' and 'the owned lease,' which frames the scope of the operation. This is the appropriate baseline for a no-parameter tool.

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?

States the specific action: 'Refresh this session's non-secret console-viewing status for the owned lease.' It clarifies this is read-only, never recovers ownership, and contrasts with viewer-launching behavior by noting it carries no screenshots and never establishes authentication or displayed pixels. The 'ready' status caveat further pins down exactly what the tool does and does not confirm.

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?

Provides explicit when-to-use guidance: 'Never replay an uncertain attempt: resolve it here, or close it with relay_console_cancel.' It also names the alternative tool and gives platform-specific prerequisites for macOS (Standard sharing of the existing console, not a new Log In session or High Performance display), so an agent knows how to interpret a successful resolution.

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