Skip to main content
Glama

get_link_station

Retrieves a single UniFi link station's details using its ID and host. Provide the required link_station_id to inspect that specific station's status.

Instructions

Get one link station by id (GET /v1/link-stations/{id}).

host: console name, ID, or composite ID (MAC:numericId format). link_station_id: REQUIRED. Obtain it from list_link_stations (its id field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
link_station_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It explicitly says 'GET' and 'Get', which signals a read-only operation, and it gives the endpoint. However, it does not disclose error behavior, permissions, or side effects; for a straightforward retrieval this is a moderate gap rather than a severe one.

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?

Three compact sentences with the purpose front-loaded and each line adding endpoint context or parameter guidance. There is no filler or repetition of schema type constraints.

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 simple, has an output schema, and the description covers the HTTP method, resource, and both required parameters. It lacks explicit not-found or error-handling semantics, but for a GET-by-id operation with an output schema present this is not a critical gap.

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?

With 0% schema description coverage, the description supplies needed meaning for both parameters: host can be a console name, ID, or composite MAC:numericId format, and link_station_id is required and should be taken from `list_link_stations`' id field. This fully compensates for the bare input 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 opens with the specific verb-resource pair 'Get one link station by id', which exactly matches the tool name and clearly defines its scope. It also references the REST endpoint and ties the id to `list_link_stations`, distinguishing this single-item retrieval from the plural list operation.

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?

It tells the agent to obtain `link_station_id` from `list_link_stations`, giving a clear prerequisite workflow for using this tool. It does not explicitly state when not to use this tool or name alternatives, but the context is clear for a simple get-by-id operation.

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

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/swkstudios/unifi-fabric-mcp-server'

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