Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_firmware_install

Installs a pending firmware update on a Bosch camera, triggering an immediate reboot to apply it. Returns once the install request is accepted, without waiting for the reboot to finish.

Instructions

Install the pending firmware update for one camera right now.

Mirrors the HA integration's async_install_firmware guard: raises invalid_argument if an install is already in progress, or if there is no pending update to install (already up to date). The camera reboots for roughly 3-7 minutes after the install starts; this call returns as soon as Bosch accepts the request, it does not wait for the reboot to finish.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYesCamera name
currentNoCurrently installed version
installingNoWhether an install is currently in progress
up_to_dateNoWhether the camera is already on the latest firmware
update_availableNoPending update's target version, if any
Behavior4/5

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

With no annotations provided, the description effectively discloses key behaviors: it raises invalid_argument for concurrent installs or when up-to-date, and explains that the camera reboots for 3-7 minutes while the call returns immediately. Missing details like authentication or return value, but sufficient for a straightforward action.

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?

Three sentences, each providing essential information: the action, error guards, and post-install behavior. No redundant phrases; concise and well-structured.

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 description covers the core action and notable behaviors but omits parameter details and any mention of the output schema (despite its presence). Given the tool's simplicity, this is a noticeable gap, though the output schema likely documents return values separately.

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?

Schema coverage is 0% and the description does not explain the 'camera' parameter (e.g., what values it accepts). It only mentions 'one camera' vaguely. This gap forces the agent to infer the parameter's meaning from the schema alone, which is inadequate.

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 verb (Install) and resource (pending firmware update for one camera). It distinguishes the tool from its sibling 'bosch_camera_firmware_status', which checks for updates, making it clear that this tool performs the installation.

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?

The description implies when to use this tool (when a pending update exists) and specifies error conditions (install in progress, no pending update). It could be more explicit about prerequisites (e.g., check status first) and alternatives, but context from siblings helps.

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