Skip to main content
Glama

list_radius_profiles

Retrieve RADIUS profiles for a UniFi site. Automatically returns all pages as a complete list with total count, or retrieve a specific page using offset and limit parameters.

Instructions

List RADIUS profiles for a site.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. RADIUS profiles are offset-paginated (native default page size 25); by default every page is drained and the complete list is returned as {data, totalCount}. Pass offset or limit for a single manual page. A capped drain is flagged incomplete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.8/5.0
Behavior5/5

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

No annotations provided, so the description carries full burden. It discloses pagination mechanics (native default page size 25, drain all pages), return format ({data, totalCount}), manual page override semantics, and the 'capped drain' incomplete flag. This is thorough and goes well beyond what a schema would convey.

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?

Compact yet information-dense. Each sentence serves a purpose: first defines scope, second explains parameter formats, third and fourth detail pagination behavior and manual overrides. No filler or repetition.

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 list operation with no annotations, the description covers necessary context: target resource, required identifiers, pagination, return structure, and incomplete-drain signaling. Output schema exists, so return details don't need duplication. Everything an agent needs to correctly invoke and interpret results is present.

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 has 0% description coverage, but the description compensates by explaining host formats (console name, ID, composite ID) and site formats (name or ID), plus the behavioral meaning of offset/limit. All four parameters are effectively documented.

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?

States a specific verb ('List') and resource ('RADIUS profiles') scoped to a site, clearly distinguishing it from sibling tools like get_radius_profile (single-profile fetch) and create_radius_profile (write operation). The resource and scope are unambiguous.

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?

Provides explicit guidance on pagination behavior and how to request a single manual page (pass offset or limit). It explains the default drain behavior and return shape. However, it does not explicitly contrast with alternative sibling tools (e.g., when to use list vs get), but the scope is clear enough that the intended use is well understood.

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