Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_lens_elevation_set

Adjust the lens mounting height for Gen2 cameras by setting a value between 0.5 and 5.0 meters. Use this to calibrate motion detection accuracy.

Instructions

Set the lens mounting height in meters (0.5-5.0). Gen2 cameras only.

API: PUT /v11/video_inputs/{id}/lens_elevation Body: {"elevation": float}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes
metersYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metersYesMounting height in meters, used for person-detection perspective correction
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It reveals that this is a write/set operation and gives the HTTP contract, but it does not mention side effects, required permissions, error behavior, reversibility, or whether the change takes effect immediately.

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 well-structured: the primary action and constraints come first, followed by the exact API specification. Every sentence adds operational value with no filler.

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 two-parameter setter, the description provides enough invocation-critical detail: operation, range, unit, and raw API shape. Since an output schema exists and the schema exposes the two required parameters, the remaining gaps around authentication and side effects are noticeable but not blocking.

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%, so the description must compensate. It meaningfully defines the `meters` parameter with units and a valid range (0.5-5.0) and maps it to the API body field "elevation". However, the `camera` parameter is not explicitly described beyond the API path placeholder `{id}`, leaving some interpretation to the agent.

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 action as 'Set the lens mounting height in meters (0.5-5.0)', specifying a concrete verb, resource, unit, and allowed range. This also distinguishes the tool from the sibling getter bosch_camera_lens_elevation_get.

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?

It provides a meaningful usage constraint ('Gen2 cameras only') and the exact API endpoint, which tells the agent when it is not applicable. However, it does not explicitly contrast this with related tools or explain when to prefer the getter or other camera configuration tools.

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