Skip to main content
Glama

Create a fleet

termix_fleets_create_fleet

Create a fleet to group and manage SSH, RDP/VNC, and Docker resources. Specify name, icon, color, tag rules, and description to organize your infrastructure.

Instructions

Create a fleet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNo
nameNo
colorNo
tagRulesNo
descriptionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.6/5.0
Behavior2/5

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

Annotations indicate this is a write operation (readOnlyHint=false) and not idempotent, but the description adds no behavioral context beyond those annotations. It does not disclose side effects, validation requirements, ownership semantics, or what happens when creating a fleet with optional fields omitted. No contradiction with annotations exists, but the description contributes no additional transparency.

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

Conciseness2/5

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

The description is short but this is under-specification rather than effective conciseness. The single sentence merely restates the tool name and title, so it does not earn its place by adding information.

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

Completeness1/5

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

For a creation tool with five optional parameters, no output schema, and no parameter documentation, the description is severely incomplete. An agent has no way to know what constitutes a valid fleet, which fields are meaningful, what defaults apply, or what the successful result looks like.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate by explaining the five parameters. It mentions none of icon, name, color, tagRules, or description, leaving the agent with no semantic guidance beyond raw property names and types.

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 Guidelines1/5

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

There is no guidance about when to use this tool versus any alternative. The description does not mention related operations such as updating a fleet, listing fleets, or adding static members, nor does it explain any prerequisites or context for creating a fleet.

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