Skip to main content
Glama

fibaro_home

Manage Fibaro Home Center: control rooms, sections, users, weather, energy graphs, and system settings via specific operations.

Instructions

Home/system management: rooms, sections, users, weather, energy_graph, energy_panel, system_info. For quick stats use 'op=device_stats'. For current power consumption use 'op=energy_panel'. For historical energy/power data use 'op=energy_graph'. Supports: rooms, sections, users, profiles, notifications, alarms, zwave, backups, settings, weather, system_info, energy_graph, energy_panel, plugins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format: text (default) or json (stringified MCP result)
opYesOperation: system_info|weather|energy_graph|energy_panel|rooms|sections|create_room|update_room|delete_room|create_section|update_section|delete_section|users|create_user|update_user|delete_user|profiles|get_active_profile|set_active_profile|notifications|send_notification|alarms|arm_alarm|disarm_alarm|zwave_network|start_zwave_inclusion|stop_zwave_inclusion|start_zwave_exclusion|stop_zwave_exclusion|remove_failed_zwave_node|heal_zwave_network|create_backup|list_backups|restore_backup|get_settings|update_settings|restart_system|get_event_log|geofences|create_geofence|update_geofence|delete_geofence|plugins|install_plugin|uninstall_plugin|restart_plugin|trigger_custom_event|device_stats|energy_graph|energy_panel
room_idNo
section_idNo
nameNo
iconNo
user_idNo
usernameNo
passwordNo
emailNo
typeNo
profile_idNo
partition_idNo
node_idNo
backup_idNo
settingsNo
fromNo
toNo
limitNo
geofence_idNo
latitudeNo
longitudeNo
radiusNo
plugin_idNo
urlNo
event_nameNo
dataNo
notificationNo
titleNo
textNo
usersNo
device_idNo
paramsNo
aggregationNoFor device_stats: aggregation interval (auto selects based on time span)
max_pointsNoFor device_stats: max data points (default: 1000)
metricsNoFor device_stats: metrics to include
propertyNoFor device_stats: legacy property filter
groupingNoFor energy_graph: group by devices or rooms (default: devices)
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It fails to indicate which operations are destructive (e.g., delete_room, restore_backup), required permissions, side effects, or rate limits. The description only lists operations without behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise but contains repetition (e.g., 'energy_graph, energy_panel' appears twice). It front-loads the general purpose and then lists supported topics, which is reasonable, but could be more tightly structured.

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

Completeness2/5

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

For a tool with 38 parameters and many operations, the description is incomplete. It does not cover all operations, lacks details about return values, error conditions, or prerequisites. It provides only a high-level overview and specific guidance for a few operations.

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 only 18% schema description coverage, the description should compensate. It explains a few sub-operations (device_stats, energy_panel, energy_graph) but does not provide semantics for most parameters like room_id, section_id, or the many op enum values. The description adds minimal value beyond the schema.

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?

The description clearly states the tool's purpose as 'Home/system management' and lists major capabilities (rooms, sections, users, weather, etc.). It distinguishes between sub-operations within the tool, though it does not explicitly differentiate from sibling tools like fibaro_device.

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 provides explicit guidance for certain operations: 'For quick stats use op=device_stats', 'For current power consumption use op=energy_panel', 'For historical energy/power data use op=energy_graph'. This helps an agent choose the appropriate operation within the tool, though it does not cover all operations or exclude sibling tools.

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/ikari-software/fibaro-mcp'

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