Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_lighting_schedule_get

Retrieve the LED lighting schedule for an outdoor Bosch Smart Home Camera. Uses the camera's API to get the current schedule for LED lights.

Instructions

Get the LED lighting schedule for one outdoor (Eyes) camera.

API: GET /v11/video_inputs/{id}/lighting_options. Only available on outdoor cameras with LED light — raises hardware_unsupported (HTTP 442) on cameras without this feature, and api_unreachable (HTTP 444) if the camera is offline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
on_timeNoLight-on time HH:MM:SS (Bosch API field 'generalLightOnTime')
off_timeNoLight-off time HH:MM:SS (Bosch API field 'generalLightOffTime')
wallwasher_onNoWallwasher light state during general-light-on (read-only)
light_on_motionNoWhether motion also triggers the light
schedule_statusNoBosch API field 'scheduleStatus', e.g. FOLLOW_SCHEDULE
darkness_thresholdNo0.0-1.0 ambient-darkness trigger threshold
front_illuminator_onNoFront illuminator state during general-light-on (read-only)
front_illuminator_intensityNoFront illuminator intensity (read-only)
light_on_motion_followup_secsNoSeconds the light stays on after motion (read-only)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool raises specific HTTP errors (442 for hardware unsupported, 444 for camera offline), which adds valuable behavioral context beyond the schema. However, it does not explicitly state read-only behavior or idempotency.

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 three sentences, starting with the core purpose. It is efficient, but the API endpoint detail could be integrated more concisely.

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 an output schema exists, return values are covered. However, the description lacks parameter help and does not mention any required permissions. For a simple read tool with many siblings, it is adequate but not fully complete.

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

Parameters1/5

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

The only parameter 'camera' has a type but no description in the input schema (0% coverage). The tool description does not add any meaning about what the 'camera' parameter expects (e.g., format, ID, or valid values), leaving the agent without guidance to fill it correctly.

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 uses a specific verb 'Get' and identifies the exact resource 'LED lighting schedule for one outdoor (Eyes) camera'. It clearly distinguishes from sibling tools like 'bosch_camera_lighting_schedule_set' and 'bosch_camera_light_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 mentions hardware and connectivity prerequisites and error conditions, but does not explicitly state when this tool should be used versus alternatives (e.g., 'use this to read the schedule, use set to change it'). The guidance is implied but not direct.

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