Skip to main content
Glama

Unraid API remoteAccess

unraid_v4371_query_remote_access
Read-onlyIdempotent

Retrieve remote-access exposure and port-forwarding configuration to determine which services are accessible externally.

Instructions

Get remote-access exposure and port-forwarding configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A4/5.0
Behavior3/5

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

The annotations already establish that this is a read-only, idempotent, non-destructive operation, so the description does not need to restate safety. The description does not add behavioral details such as authentication requirements, rate limits, or response shape, but it is consistent with the annotations and does not contradict them.

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 a single, front-loaded sentence with no filler or redundant wording. Every phrase contributes meaning by narrowing the resource to remote-access exposure and port-forwarding configuration.

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 zero-parameter read-only query, the description gives enough conceptual context for an agent to invoke the tool appropriately. It does not enumerate the exact fields in the response, and since there is no output schema, a slightly clearer statement of return content could improve completeness, but nothing critical is missing.

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 accepts zero parameters, and the empty schema fully documents that fact. With no inputs to explain, the description has no additional parameter semantics to provide, and the baseline of 4 applies.

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 specific verb ('Get') and a specific resource ('remote-access exposure and port-forwarding configuration'), making the tool's purpose immediately clear. This resource scope is distinct from sibling tools like unraid_v4371_query_network, unraid_v4371_query_connect, or unraid_v4371_query_cloud, so an agent can select it without opening schemas.

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

Usage Guidelines3/5

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

The description implies this tool should be used when remote-access exposure or port-forwarding configuration is needed, but it does not explicitly state when to use it versus alternatives or list any exclusions. Sibling tools such as query_network and query_connect are not mentioned, leaving the routing decision to the agent's inference.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lemanjo/unraid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server