Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_rcp_version

Reads RCP firmware version from a Bosch camera via LAN to check protocol compatibility. Returns primary and secondary RCP library versions in dotted decimal and raw hex.

Instructions

Read RCP firmware version from camera via LAN (opcodes 0xff00 + 0xff04).

Returns primary and secondary RCP library versions in dotted decimal and raw hex. Useful for diagnosing protocol compatibility. Requires local_ip + local credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description fully carries the burden. It correctly describes a read-only operation, explains the opcodes used, and states what is returned (primary and secondary versions in dotted decimal and raw hex). It could be more explicit about being non-destructive, but the intent is clear.

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 concise, with key information front-loaded: the main action in the first sentence, followed by return details and use case. It is structured logically without unnecessary words. A minor improvement would be clarifying the camera parameter.

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?

Given the tool's simplicity (one parameter, returns version info), the description covers the purpose, return format, and use case. It assumes knowledge of the camera parameter, which is a gap, but overall it provides sufficient context. The existence of an output schema helps, though the description also explains the return format.

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 input schema has only one parameter 'camera' with no description (0% schema coverage). The description does not explain what this parameter represents or its expected format. It mentions requirements for local_ip and credentials, which are not part of the schema, leaving ambiguity.

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 tool reads the RCP firmware version, specifies the operation (via LAN with opcodes), and indicates the return format. It distinguishes itself from siblings which handle different camera functions (e.g., audio, motion).

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 mentions the tool is useful for diagnosing protocol compatibility and requires local IP and credentials, providing context for when to use it. However, it does not explicitly state when not to use it or list alternatives, but given the uniqueness of the function among siblings, this is sufficient.

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