Skip to main content
Glama
mosandlt

Bosch Smart Home Camera MCP Server

by mosandlt

bosch_camera_snapshot

Capture a camera snapshot directly over LAN using HTTP Digest authentication, with no cloud dependency. Saves image to local cache.

Instructions

Capture a fresh snapshot via LAN only (HTTP Digest to camera IP). No Bosch cloud roundtrip.

Requires the MCP host to be on the same network as the camera. Saves to ~/.cache/bosch-camera-mcp/snapshots//.jpg.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFilesystem path to the saved JPEG
methodYesSource: local_lan (LAN-only; cloud fallback removed in v1.1.0)
timestampYesISO 8601 capture time
Behavior3/5

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

Discloses the fresh snapshot behavior, LAN-only constraint, and the file save location (~/.cache/...). However, with no annotations, it lacks explicit statements about destructiveness (presumably none) or rate limits, and does not detail the authentication mechanism beyond mentioning HTTP Digest.

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 extremely concise: two sentences plus a requirement line. Every sentence adds value with no redundancy, front-loading the core action and key constraint.

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 simple parameter set (only one) and the presence of an output schema (which handles return value details), the description covers purpose, network constraint, and local file output. It is nearly complete, though could optionally mention whether the call is synchronous or blocking.

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?

With 0% schema description coverage, the description should compensate. It mentions 'camera IP' in context but does not clearly define the 'camera' parameter (e.g., whether it expects a name, ID, or IP address). This lack of explicit mapping reduces its helpfulness for an AI agent.

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?

Clearly states the tool captures a fresh snapshot via LAN only, using HTTP Digest. The verb 'Capture' and resource 'snapshot' are specific. While it doesn't explicitly distinguish from sibling tools like bosch_camera_mjpeg_snapshot, the emphasis on LAN-only and no cloud roundtrip provides implicit differentiation.

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?

Provides a clear prerequisite: the MCP host must be on the same network as the camera. However, it does not offer when-not-to-use guidance or suggest alternative tools for cloud-based snapshots, leaving some ambiguity for the AI agent.

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