Skip to main content
Glama
yaohuangguan

Remote Link Local MCP

by yaohuangguan

Remote Link status

remote_link_status
Read-only

Check the active Remote Link permission mode and local execution backend to confirm configuration status without modifying the computer.

Instructions

Show the active Remote Link permission mode and local execution backend. This does not modify the computer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces this with the explicit statement 'This does not modify the computer,' which is a valuable safety signal. It also clarifies that it reports the active/current state rather than changing anything.

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?

Two short sentences front-load the action and output, and the safety disclaimer earns its place. There is no redundant or vague filler.

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

Completeness5/5

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

For a no-parameter status tool, the description fully covers what it reports, that it is read-only, and that no inputs are required. The absence of an output schema is acceptable because the description names the two pieces of information returned.

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 and an empty input schema, so there is no parameter detail for the description to add. The baseline 4 applies because no parameter documentation is needed.

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 opens with the verb 'Show' and names two concrete outputs: the active Remote Link permission mode and the local execution backend. This is unambiguous and clearly distinct from the sibling file/process inspection tools.

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 clearly frames this as a read-only status inspection, so the intended use case is obvious: check the current Remote Link permission mode and backend. It does not explicitly name alternatives or exclusions, but no sibling tool overlaps with this status query.

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