Skip to main content
Glama

protect_get_chime

Retrieve detailed information about a specific UniFi Protect chime by providing its unique chime ID.

Instructions

Get detailed information about a specific Protect chime.

Args: chime_id: The chime ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chime_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully convey behavioral traits. It states 'Get detailed information' but does not disclose that this is a read-only operation, whether authentication is required, or what happens if the chime ID is invalid. This leaves significant behavioral gaps.

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?

The description is very short and concise, but lacks structure. It consists of a single sentence plus an Args section. While no words are wasted, it could benefit from clearer organization or additional context without losing conciseness.

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

Completeness3/5

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

Given the tool's simplicity (single parameter, output schema exists), the description is largely adequate. However, it does not address error cases or response format, leaving minor gaps. The existence of the output schema reduces the burden, but the description could still be more complete.

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

Parameters2/5

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

The input schema has one parameter with 0% description coverage. The description repeats 'The chime ID.' but adds no extra meaning such as format, example, or constraints. This barely improves upon the schema, offering minimal semantic value.

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 it retrieves detailed information about a specific Protect chime, using the verb 'Get' and specifying the resource. This distinguishes it from sibling tools like protect_list_chimes (lists all chimes) and protect_update_chime (updates a chime).

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 does not explicitly provide when to use this tool versus alternatives. While the name and context imply it is for fetching details of a single chime, there is no guidance on when to prefer it over protect_list_chimes or other related tools. The description is adequate but lacks usage context.

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

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