Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_white_balance_get

Get the white balance of a Bosch camera's front light, expressed on a scale from cool (-1.0) to warm (1.0). Designed for Gen2 cameras.

Instructions

Get the front light's white balance (-1.0 cool .. 1.0 warm). Gen2 cameras only.

API: GET /v11/video_inputs/{id}/lighting/switch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes-1.0 (cool/blue) .. 1.0 (warm/orange), 0.0 = neutral
Behavior3/5

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

With no annotations, the description must carry more weight. It discloses the returned polar range and the Gen2-only restriction, and the GET endpoint implies read-only access. However, it does not cover error cases, auth requirements, behavior on unsupported cameras, or whether any side effects exist.

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 short and front-loaded, with the Gen2 limitation placed clearly in its own sentence. The additional API path line is not essential but does not make the definition verbose.

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?

For a simple single-parameter getter with an output schema, the definition is mostly sufficient. It lacks explicit guidance on how to select this tool among the white-balance-related siblings and what the 'camera' parameter should contain.

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?

The schema's only param 'camera' has no description (0% schema coverage), and the tool description does not explain its meaning or expected values. The API endpoint's /{id} segment is the only indirect clue that the param is a camera identifier.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a clear resource ('front light's white balance') and action ('Get'), and adds the value range from -1.0 to 1.0. It is easily distinguishable from white_balance_set by verb, though it does not explicitly reference that sibling.

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 only says 'Gen2 cameras only,' which provides a compatibility restriction but not explicit guidance on when to prefer this over the set variant or how to handle non-Gen2 cameras. Usage niche 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