Skip to main content
Glama
hemla-com

Axis MCP

by hemla-com

factory_default

Destructive

Restore camera to factory default state. Hard reset erases all settings and IP configuration; soft reset preserves certain preferences.

Instructions

Reset camera to factory defaults. WARNING: This is destructive and will reboot the camera.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hardNoHard reset (true) resets ALL settings including IP. Soft reset (false) preserves some.
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds that the camera will reboot, which is a behavioral consequence beyond the annotation hints. No contradiction between description and annotations.

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 two short sentences, front-loading purpose and warning. Every word adds value, no redundancy.

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 destructive action with one optional parameter and no output schema, the description provides the essential information: what it does and the critical consequence. It could mention that settings are lost permanently, but the warning about destructiveness implies that. Overall 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?

The input schema covers the single parameter 'hard' with 100% description coverage, including default values. The description does not mention the parameter, but the schema already provides sufficient semantics, so baseline 3 is appropriate.

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 ('Reset camera to factory defaults') and the resource ('camera'). Among sibling tools that include reboot and network reset, this uniquely targets full factory reset. The warning about destructiveness further clarifies purpose.

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 description includes a warning about destructiveness and reboot, implying this is a serious operation. However, it does not explicitly state when to use this tool over alternatives like reboot_camera or set_network_config, leaving the agent to infer context.

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/hemla-com/axis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server