Skip to main content
Glama

Create SSH host

termix_hosts_create_ssh_host

Create a new SSH host configuration, specifying connection details, authentication, and optional settings like jump hosts and tunnels.

Instructions

Create SSH host. Creates a new SSH host configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
keyNoPrivate key contents (PEM).
pinNo
nameNoDisplay name. Defaults to username@ip if omitted.
portYes
tagsNo
notesNo
domainNo
folderNo
keyTypeNo
authTypeNoe.g. password, key, credential, vault, agent, keyboard-interactive, warpgate, opkssh.
passwordNo
usernameNo
jumpHostsNoOrdered list of jump host hop configs.
useSocks5No
socks5HostNo
socks5PortNo
defaultPathNoDefault file manager path.
keyPasswordNoPassphrase for an encrypted private key.
credentialIdNoUse a saved credential instead of an inline password/key.
enableDockerNo
enableTunnelNo
parentHostIdNoNests this host under another. Mutually exclusive with folder.
sudoPasswordNo
enableProxmoxNo
connectionTypeNossh, rdp, vnc, or telnet. Defaults to "ssh".
enableTerminalNo
socks5PasswordNo
socks5UsernameNo
vaultProfileIdNoUse a Vault SSH signing profile (authType "vault").
enableFileManagerNo
enableTmuxMonitorNo
tunnelConnectionsNo
allowSessionSharingNo
showDockerInSidebarNo
showTunnelInSidebarNo
enableCommandHistoryNo
enableTerminalToolbarNo
showTerminalInSidebarNo
forceKeyboardInteractiveNo
showFileManagerInSidebarNo
showServerStatsInSidebarNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.3/5.0
Behavior2/5

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

The description only restates that it creates a new SSH host configuration, which is already evident from the name and annotations like readOnlyHint=false. It does not disclose consequences, default values, persistence behavior, or what happens if required fields are missing. With annotations present, the description adds little behavioral value beyond the structured metadata.

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 text is short and front-loaded, but this is under-specification rather than concise writing. A 42-parameter creation tool needs at minimum a summary of what the tool accomplishes and what the key fields mean. The one-sentence description is too sparse to be considered appropriately sized for the schema complexity.

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?

There is no output schema and no return value documentation, making the description the only place to explain effect and results, and it fails to do so. It also omits the relationship to update, temporary connections, bulk import, naming defaults, and folder hierarchy options. This is critically incomplete for a creation endpoint with this many optional fields.

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?

The schema has 42 parameters but only 24% documented, so the description needed to compensate for the enormous undocumented surface. The description mentions no parameters at all and gives no hints about ip/port requirements, authType options, password vs key vs credential, or essential optional fields. An agent inspecting this tool would be left almost entirely dependent on a mostly undocumented 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 uses the verb 'create' with a clear resource, 'SSH host configuration,' which makes the core operation obvious. It is distinguishable from siblings like update_ssh_host and create_temporary_ssh_connection_without_saving because it emphasizes creating a new persisted configuration. It is slightly tautological with the title, but it adds the key 'new configuration' nuance.

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?

There is no guidance on when to use this tool versus alternatives such as update_ssh_host, create_temporary_ssh_connection_without_saving, or bulk_import_ssh_hosts. The agent has to infer usage from the tool name alone. No alternatives are named or excluded.

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