Skip to main content
Glama
KallistoX

mcp-unifi-applications

List Endpoints

list_endpoints

List all available UniFi API endpoints with their HTTP method and path.

Instructions

List all available UniFi API endpoints with their HTTP method and path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appNoOptional app filter (network, protect, site-manager, innerspace, mobility, carrier-fabric). Omit to list all.
methodNoOptional HTTP method filter (GET, POST, PUT, DELETE, PATCH).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It states the tool lists all endpoints with method and path, implying a read-only operation, but does not disclose any additional traits such as pagination, ordering, or whether filters are case-sensitive. The simplicity of the operation makes this acceptable, but more could be said.

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 a single sentence that immediately conveys the primary purpose and output. There is no redundant text or structural issues; it is highly concise and front-loaded.

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 with two optional parameters and an output schema that documents the return format. The description covers the essential information (what it lists and the output fields). Nothing critical is missing for an agent to call it correctly, though a note on read-only nature or explicit 'returns a list' could add slight completeness.

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

Parameters3/5

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

Schema description coverage is 100%, both 'app' and 'method' parameters are fully described in the schema. The description adds no additional meaning beyond what the schema already provides, so the baseline of 3 is appropriate.

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 verb 'List' and the resource 'available UniFi API endpoints' with the specific output 'HTTP method and path'. This distinguishes it from siblings like search_endpoints (which implies searching) and get_endpoint (which implies a single endpoint retrieval).

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 implies usage by mentioning optional filters, but it does not explicitly state when to use this tool versus alternatives, nor does it provide any exclusions or conditions. The context signals show siblings that might overlap, but the description lacks direct guidance on selection.

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

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/KallistoX/mcp-unifi-applications'

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