Skip to main content
Glama
mgcrea
by mgcrea

UniFi: Get Console Info

unifi_get_console_info
Read-only

Check the UniFi Network console's version and available tool support. Use this to identify missing or unavailable tools and see which capabilities are gated by version requirements.

Instructions

Report the console's UniFi Network version and which tools it supports. This API gained most of its endpoints in Network 10.0, so on an older console a large part of the tool set simply does not exist. Call this when a tool is missing or returns a 404 — it names the version each capability needs and lists what is gated off here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is established. The description adds meaningful behavioral context beyond the annotation: it explains the API version dependency, that older consoles will have missing tools, and that this tool names required versions and gated capabilities. This helps the agent anticipate failures in related tools.

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 three sentences with no filler. The core purpose is front-loaded, the version-context sentence explains why the tool exists, and the final sentence provides a clear call-to-action. Every sentence earns its place.

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 zero-parameter, read-only diagnostic tool with no output schema, the description is complete. It states what the tool reports, why the information matters, and exactly when an agent should invoke it. There are no missing inputs, side effects, or complex output expectations to clarify.

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 the schema is empty, so the description carries no parameter burden. The baseline for zero-parameter tools is 4, and the description appropriately explains the tool's purpose without inventing unnecessary parameter details.

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 clearly states the tool reports the console's UniFi Network version and its supported tool set, using a specific verb and resource. It is immediately distinguishable from sibling tools that operate on clients, devices, sites, or networks, as this is a meta-tool about the console's capabilities.

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?

The description gives explicit usage conditions: call when a tool is missing or returns 404, and explains why (older consoles lack endpoints introduced in Network 10.0). This is direct, actionable guidance for an agent to decide when this tool is the right choice.

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/mgcrea/mcp-unifi-network'

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