Skip to main content
Glama

get_traffic_matching_list

Retrieve a single UniFi traffic matching list by its ID to inspect or manage routing policies. Provide host, site, and list ID obtained from list_traffic_matching_lists.

Instructions

Get a single traffic matching list by ID.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
list_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.9/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It does not state whether the operation is read-only, whether special permissions are needed, what the return structure is, or any edge cases (e.g., missing list behavior). The only behavioral hint is the verb 'Get', but no explicit disclosure beyond that.

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 concise and front-loaded with the core purpose. Parameter explanations are compact and directly tied to the schema fields, with no wasted words.

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?

Given the tool has an output schema, return values need not be described. All three parameters are clearly defined and the ID acquisition path is given. The only gap is lack of behavioral context (e.g., read-only nature), which is minor for a simple get operation but not fully covered.

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?

Schema description coverage is 0%, but the description adds valuable semantics for all three parameters: host format (console name, ID, or composite MAC:numericId), site format (name or ID), and list_id source. This fully compensates for the schema's bare string types.

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 'Get a single traffic matching list by ID' with a specific verb and resource, distinguishing it from list/create/update/delete siblings. The object's role as a single-item fetch is unambiguous.

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 explains how to obtain list_id from list_traffic_matching_lists, which is helpful prerequisite info. However, it does not explicitly state when to prefer this tool over alternatives like list_traffic_matching_lists, nor any exclusion criteria. Usage context is implied but not fully articulated.

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