Skip to main content
Glama

Add a host to a fleet's static membership

termix_fleets_add_host_fleets_static_membership

Add a host to a fleet's static membership. Provide the fleet ID and host ID to include the host in the fleet's static members.

Instructions

Add a host to a fleet's static membership

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
hostIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.1/5.0
Behavior2/5

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

The description adds no behavioral detail beyond the annotations: readOnlyHint=false and idempotentHint=false already imply a mutating, non-idempotent operation. It does not explain whether adding the same host twice is rejected, what happens to effective membership, or any validation or authentication considerations.

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 single sentence is concise and front-loaded, but it is under-specified rather than efficiently informative. It merely restates the title, so it is compact without adding structural value.

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 mutating operation with no output schema and two under-documented parameters, the description is insufficient. An agent would not know which id is which, whether the host must already exist, or what a successful call returns.

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 and no parameter details in the description, an agent must guess that 'id' refers to the fleet and 'hostId' refers to the host. The description adds no meaning beyond the schema's bare integer/number types and does not compensate for the low coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tautological: description restates name/title.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus other fleet membership tools such as listing resolved membership or sharing fleets. There are no conditions, prerequisites, or alternatives mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools