Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_status_led_set

Turn the camera's status LED on or off for Gen2 Bosch Smart Home Cameras. Choose whether the LED indicates operation or remains dark.

Instructions

Turn the camera's status LED on or off. Gen2 cameras only.

API: PUT /v11/video_inputs/{id}/ledlights Body: {"state": "ON"/"OFF"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes
enabledYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYesWhether the camera's status LED is lit
Behavior4/5

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

No annotations are present, so the description carries the full behavioral burden. It compensates well by specifying a mutating HTTP method (PUT), the exact endpoint, the payload format, and the intended on/off effect. It could add details about permissions or persistence, but for a simple LED state toggle this is reasonably transparent.

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 compact and front-loaded: purpose first, compatibility second, and API details last. Every sentence adds relevant information with no wasted words.

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?

For a simple two-parameter setter with an output schema and no annotations, the description is largely complete: it gives purpose, compatibility, and the exact API contract. The only real gap is the absence of explicit parameter-to-field mapping, but the operation and endpoint are clear enough for an agent to invoke it correctly.

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 0%, and the description only partially compensates. The endpoint path and the body state 'ON'/'OFF' imply that `camera` maps to the path id and `enabled` maps to the state field, but the description never explicitly states this mapping. The `enabled` boolean to 'ON'/'OFF' relationship is inferred rather than documented.

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 a specific verb+resource: 'Turn the camera's status LED on or off.' It clearly identifies the operation, the target resource, and adds a compatibility constraint ('Gen2 cameras only'), making it easy to distinguish from sibling tools like status_led_get, light_set, or led_brightness_set.

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 gives a clear scope condition: 'Gen2 cameras only.' However, it does not explicitly state when to prefer this tool over alternatives such as bosch_camera_status_led_get for reading the LED state or bosch_camera_led_brightness_set for brightness control. Usage guidance is implied rather than stated.

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