Skip to main content
Glama
enuno

UniFi MCP Server

list_integration_devices

Retrieve a paginated list of adopted UniFi network devices for a specific site, with optional limit and offset for controlled browsing.

Instructions

List adopted devices via the integration API.

Args: site_id: Site identifier (UUID or internal reference) settings: Application settings limit: Maximum number of devices to return (1-1000) offset: Number of devices to skip

Returns: Paginated list of integration API devices

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
site_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description must disclose behavior. Mentions 'List' (read-only) and 'Returns paginated list' but does not address auth requirements, rate limits, or side effects. Minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Docstring format with Args and Returns is clear and front-loaded. However, includes an incorrect parameter ('settings'), reducing conciseness. Reasonably structured but flawed.

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

Completeness2/5

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

Output schema exists (paginated list) so description need not detail returns, but it does mention pagination. Missing explanation of 'adopted devices' and does not cover all parameters correctly. The erroneous parameter hurts completeness.

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

Parameters1/5

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

Description lists 'settings' parameter which is not present in the input schema. This contradicts the schema and adds confusion. Schema coverage is 0%, so description should clarify parameters, but it introduces an error.

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?

Clearly states the action (List), resource (adopted devices), and context (via integration API). Distinguishes from siblings like list_integration_clients and list_integration_networks.

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?

Implied usage: to list devices. No explicit guidance on when to use vs alternatives (e.g., get_integration_device for a single device) or when not to use. Lacks exclusion criteria.

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

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