Skip to main content
Glama
jacedomotz

Domotz MCP Server

by jacedomotz

domotz_network

Configure network scan policies, manage interfaces, and exclude devices from monitoring on Domotz collectors.

Instructions

Manage network scan policies, interfaces, routed networks, and excluded devices. Use the "action" parameter to select an operation. Requires agent_id for all actions.

ACTION REFERENCE:

  • get_external_scan_policy: Get external host scan policy for a collector

  • set_external_scan_policy: Set external host scan policy (needs body)

  • delete_external_scan_policy: Delete external host scan policy

  • get_interfaces: List network interfaces on a collector

  • get_interfaces_policy: Get interfaces scanning policy

  • set_interfaces_policy: Set interfaces scanning policy (needs body)

  • delete_interfaces_policy: Delete interfaces scanning policy

  • get_ip_scan_policy: Get IP scan policy

  • set_ip_scan_policy: Set IP scan policy (needs body)

  • delete_ip_scan_policy: Delete IP scan policy

  • create_routed_network: Add a routed network to monitor (needs body)

  • list_excluded: List devices excluded from monitoring

  • add_excluded: Exclude a device from monitoring (needs device_id)

  • delete_excluded: Remove a device from the exclusion list (needs device_id)

EXAMPLES:

  • Show interfaces: {"action": "get_interfaces", "agent_id": 5}

  • Get IP scan policy: {"action": "get_ip_scan_policy", "agent_id": 5}

  • List excluded devices: {"action": "list_excluded", "agent_id": 5}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (JSON object)
actionYesThe operation to perform
agent_idNoAgent/Collector ID
device_idNoDevice ID (for excluded devices)
Behavior2/5

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

No annotations are provided, so the description bears full burden. It does not disclose whether actions are destructive, reversible, or require special permissions. While it lists actions like delete/set, it offers no warnings about their effects.

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 well-organized into an introductory line, an action reference, and examples. It efficiently conveys necessary information without redundancy, though the action list is somewhat lengthy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema, so return values are undefined. The description covers operations and parameters adequately for a configuration tool, but lacks details on pagination, error handling, or rate limits.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and describes basic parameter types. The description adds value by mapping each action to required parameters (e.g., body for set/create, device_id for excluded) and providing concrete usage examples.

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 it manages network scan policies, interfaces, routed networks, and excluded devices. It enumerates 14 specific actions and provides examples, making the tool's purpose distinct from sibling tools like domotz_agents or domotz_devices.

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?

It explicitly requires agent_id for all actions and links actions to required parameters (e.g., device_id for excluded devices). Examples demonstrate correct usage. However, it does not explicitly state when to avoid this tool in favor of siblings.

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/jacedomotz/domotz-mcp-server'

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