Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_timestamp_overlay_set

Enable or disable the date/time overlay on a Bosch Smart Home camera to show or hide recording timestamps in video feeds.

Instructions

Turn the date/time video overlay on or off for one camera.

API: PUT /v11/video_inputs/{id}/timestamp Body: {"result": bool}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes
enabledYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYesWhether a date/time overlay is burned into the video
Behavior3/5

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

With no annotations, the description must disclose behavioral traits itself. It does state the outcome explicitly (turn overlay on/off) and includes the precise API call and body. However, it gives no information about whether the operation requires special permissions, whether it is idempotent, whether it takes effect immediately, or what errors may occur.

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 appropriately short and front-loaded: the first sentence states the core purpose with no wasted words, and the second sentence supplies the actionable API contract. Every sentence provides distinct value.

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, the description is largely complete. It names the target resource, the on/off behavior, the API endpoint, and the request body shape. There is an output schema available, so return-value documentation is not required. The main missing context is explicit guidance around alternatives and side effects, but for this low-complexity tool the level of detail is adequate.

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 carry the burden. It does clarify that the boolean parameter controls the date/time overlay, and the included API body shows a boolean value is sent. Yet it does not explain exactly how the 'camera' string is used, and the API body's 'result' field is not explicitly mapped to the 'enabled' parameter, so some ambiguity remains.

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 and resource: 'Turn the date/time video overlay on or off for one camera.' This clearly distinguishes the set operation from the sibling getter tool and leaves no doubt about the tool's function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus alternatives, and no mention of related tools such as bosch_camera_timestamp_overlay_get or other configuration setters. The API path is provided, but the tool does not state prerequisites, preconditions, or situations where a different tool should be used instead.

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