Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_timestamp_overlay_get

Retrieve the timestamp overlay status for a camera to check whether date/time is burned into the video stream.

Instructions

Get whether a date/time overlay is burned into the video for one camera.

API: GET /v11/video_inputs/{id}/timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes

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?

No annotations are provided, so the description carries the burden. It communicates that this is a read-only operation via 'GET' and 'Get whether', but it does not disclose error behavior, authentication requirements, or response semantics. It's minimally transparent but not comprehensive.

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 short and front-loaded: the purpose appears in the first line, and the API endpoint provides concrete routing information. No redundant words or 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 simple single-parameter read tool with an output schema present, the description provides enough context to identify the intent and endpoint. It lacks explicit parameter guidance and sibling differentiation, but the complexity is low enough that these are not critical gaps.

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?

The single 'camera' parameter has no schema description, and the description only loosely says 'for one camera'. The API path includes {id}, which helps imply the camera parameter represents an ID, but the description does not explicitly clarify the parameter format or meaning.

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 a specific action ('Get whether...'), a specific resource ('date/time overlay... for one camera'), and the endpoint. It distinguishes itself from timestamp_overlay_set by indicating this is a read/state-check operation.

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 tool's intended usage is implied by the verb 'Get' and HTTP GET method, but the description does not explicitly state when to use it instead of the paired timestamp_overlay_set sibling. It provides no explicit when/when-not guidance or alternatives.

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