Skip to main content
Glama
sandraschi

Nest Protect MCP Server

trigger_test_alarm

Trigger real alarm sounds on Nest Protect devices for testing smoke, CO, security, or emergency alarms. Set type, duration, and volume to verify proper operation.

Instructions

🚨 **Test Alarm Systems (Use Responsibly!)**

Trigger real alarm sounds on your Nest Protect devices for testing purposes.

**⚠️ IMPORTANT SAFETY NOTES:**
• Only use for testing and maintenance
• Warn household members before testing
• Verify alarms work properly in emergencies
• Keep duration short to avoid false emergency responses

**Alarm Types:**
• 🔥 **Smoke**: Fire detection alarm (loud, pulsing)
• ☁️ **CO**: Carbon monoxide alarm (distinct pattern)
• 🔒 **Security**: Intrusion/breach alarm (continuous)
• 🆘 **Emergency**: Panic button (immediate response)

**Parameters:**
• device_id: Target Nest Protect device ID (enterprises/project-id/devices/device-id)
• alarm_type: Type of alarm (smoke, co, security, emergency) - default: smoke
• duration_seconds: How long to sound alarm (5-60 seconds) - default: 10
• volume: Alarm volume percentage (50-100%) - default: 100

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
volumeNo
device_idYes
alarm_typeNosmoke
duration_secondsNo
Behavior2/5

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

With no annotations, the description bears full transparency burden. It warns about responsible use but omits important details like whether the alarm auto-stops, required permissions, or what happens after execution (e.g., return value).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections, emojis, and bullet points. It is slightly verbose but efficiently front-loads purpose and safety warnings. Every sentence contributes meaning.

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?

The tool has 4 parameters and no output schema. The description covers purpose, usage, and parameters but lacks return value information, prerequisites (device online?), and post-execution behavior, leaving gaps for an agent.

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?

Despite 0% schema coverage, the description fully compensates by explaining every parameter: device_id format, alarm_type enum with descriptions, duration_seconds range (5-60), and volume range (50-100%). Adds significant value beyond input schema defaults.

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 tool's purpose: 'Trigger real alarm sounds on your Nest Protect devices for testing purposes.' It uses a specific verb-resource combination and is distinct from siblings like hush_active_alarm which silences alarms.

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 includes safety notes and implies usage for testing only, but does not explicitly differentiate from sibling tools like 'run_safety_test' or provide when-not-to-use guidance.

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/sandraschi/nest-protect-mcp'

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