Skip to main content
Glama

create_arm_profile

Create a UniFi Protect arm profile for a specified host, defining automations, schedules, and activation delay. Use this to configure camera arm behavior through the UniFi Fabric API.

Instructions

Create an arm profile (POST /v1/arm-profiles via Fabric proxy).

host: console name, ID, or composite ID (MAC:numericId format). name: REQUIRED display name for the profile. settings: the rest of the required body — automations, schedules, recordEverything, activationDelay (server-side validated). Governed by UNIFI_PROTECT_MUTATIONS_ENABLED.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
nameYes
settingsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4/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 of behavioral disclosure. It adds useful context by identifying the Fabric proxy endpoint, noting that settings are server-side validated, and flagging the UNIFI_PROTECT_MUTATIONS_ENABLED feature gate. However, it does not describe failure behavior, permission requirements, or side effects beyond the obvious create operation.

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 tight and front-loaded: the operation and endpoint appear first, followed by brief parameter explanations. Each line provides actionable information without repetition or filler.

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 description covers the endpoint, host targeting, all required parameters, the key nested settings fields, server-side validation, and the feature flag. An output schema exists to cover return values. It is not exhaustive about exact settings structure or failure modes, but it is complete enough for an agent to make a well-informed call.

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?

Schema description coverage is 0%, so the description must compensate, and it does. It explains that host accepts console name, ID, or MAC:numericId composite format; clarifies that name is the required display name; and breaks down settings into automations, schedules, recordEverything, and activationDelay. It leaves some ambiguity around the exact settings object shape, but the guidance is substantially more informative than the bare schema.

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 opens with the specific verb and resource pair 'Create an arm profile' and provides the exact endpoint 'POST /v1/arm-profiles via Fabric proxy.' This clearly distinguishes it from the many get/list/update/delete sibling tools that operate on arm profiles.

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 this tool is for creating a new arm profile, and it mentions the UNIFI_PROTECT_MUTATIONS_ENABLED gate, which is useful operational context. However, it does not explicitly state when to use this tool instead of update_arm_profile or update_arm_profile_settings, nor does it provide any exclusion criteria.

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