Skip to main content
Glama

first_run

Provides step-by-step setup instructions and config templates for connecting MCP clients to your Fibaro Home Center when configuration is missing.

Instructions

Setup helper. Use this when configuration is missing. Returns step-by-step instructions plus config templates for common MCP clients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format: text (default) or json (stringified MCP result)
clientNoWhich MCP client you are using (Claude Desktop / Cursor / VS Code extension / Other)
osNoYour OS (macOS / Windows / Linux)
repo_pathNoAbsolute path to this repo (used to build the node args pointing to dist/index.js)
fibaro_hostNoFibaro Home Center host (IP or hostname)
fibaro_usernameNoFibaro username
fibaro_httpsNoWhether Fibaro uses HTTPS (default: true)
fibaro_portNoPort (default: 443 for HTTPS, 80 for HTTP)
Behavior2/5

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

No annotations are provided, so the description must fully convey behavioral traits. It only mentions returns (instructions/templates) but does not state that the tool has no side effects, modifies nothing, or requires no authentication. This is insufficient for a setup tool.

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?

Two sentences, front-loaded with purpose, no redundant information. Every word earns its place.

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 setup helper with 8 parameters, the description is minimal but sufficient to convey output (instructions+templates). It could mention that no state changes occur, but overall it completes the picture given the simple nature of the tool.

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?

Schema description coverage is 100%, so the schema already explains each parameter. The description adds no extra meaning beyond the overall purpose; for instance, 'format', 'client', 'os' are self-explanatory in schema. 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 'Setup helper' and explains it returns step-by-step instructions and config templates. It is specific about the resource (configuration setup) and distinguishes from sibling tools like fibaro_device which are for device interaction.

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 explicitly says 'Use this when configuration is missing,' providing clear when-to-use guidance. It does not list alternatives or when not to use, but the sibling set makes it obvious this is for initial setup only.

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