Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_intrusion_set

Configure intrusion detection for a Gen2 camera by setting detection mode, sensitivity (0-7), and distance range (1-8 m). At least one parameter required.

Instructions

Update the intrusion detection configuration for one Gen2 camera.

Gen2-only feature — raises hardware_unsupported for Gen1 cameras. At least one parameter must be provided.

mode: PERSON | STANDARD | HIGH_SENSITIVITY | ZONES | ALL_MOTIONS | ONLY_HUMANS (maps to Bosch API field detectionMode). v1.6.0 incorrectly documented OFF|ACTIVE|SCHEDULED and silently sent mode instead of detectionMode — Bosch's API accepted the request but dropped the field. Fixed in v1.6.1. sensitivity: 0-7 (0 = low, 7 = high; FW 9.40+ confirmed range). distance: detection range in meters, 1-8 (Bosch API rejects 9+ with HTTP 400 "must be less than or equal to 8" — verified 2026-05-28 FW 9.40.102).

Unspecified fields are preserved from the current camera configuration. Returns the updated {mode, sensitivity, distance} after write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
cameraYes
distanceNo
sensitivityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoDetection mode (Bosch API field 'detectionMode'). Valid: PERSON | STANDARD | HIGH_SENSITIVITY | ZONES | ALL_MOTIONS | ONLY_HUMANS. Corrected 2026-05-28 — previously documented as OFF|ACTIVE|SCHEDULED which Bosch silently ignored because both the field name and the value set were wrong.
distanceNoDetection distance in meters (1-8)
sensitivityNoDetection sensitivity (0-7; 0=low, 7=high)
Behavior4/5

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

With no annotations, the description carries full burden. It discloses mutation behavior ('Update[s]', 'unspecified fields are preserved'), return format, and a historical bug. It does not explicitly state authorization needs, rate limits, or idempotency, but covers key behavioral aspects like error conditions for distance >8.

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 moderately long but efficiently structured: purpose first, then key constraint, followed by parameter details. Every sentence adds value, though some historical notes could be condensed. Still, it remains focused and scannable.

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?

Given 4 parameters (1 required) and no output schema provided (but noted as existing), the description covers the return format and key behavioral details. The hardware constraint, version bug, and parameter ranges provide a complete picture for an agent to invoke correctly. No gaps remain.

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 coverage is 0%, so description fully compensates. Each parameter (mode, sensitivity, distance) is explained with accepted values, ranges, mapping to Bosch API fields, and version-specific behavior. This goes well beyond the bare schema, making parameter usage clear.

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 'Update[s] the intrusion detection configuration for one Gen2 camera.' It specifies the resource (intrusion detection config), action (update), and scope (one Gen2 camera), distinguishing it from siblings like bosch_camera_intrusion_get (retrieval). The Gen2-only constraint further clarifies its domain.

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?

Explicitly notes Gen2-only requirement ('raises hardware_unsupported for Gen1 cameras') and 'At least one parameter must be provided.' It also provides version-specific advice (v1.6.0 vs v1.6.1). However, it does not compare with sibling set tools (e.g., motion_set) to guide when to use this over alternatives.

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/mosandlt/Bosch-Smart-Home-Camera-Tool-MCP'

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