Skip to main content
Glama

Get command history

termix_terminal_history_get_command_history
Read-onlyIdempotent

Retrieve command history for a specific host by providing its host ID. Use this tool to access past terminal commands executed on a managed Termix instance.

Instructions

Get command history. Retrieves the command history for a specific host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds no behavioral detail beyond the 'specific host' scope, which is minimal but not contradictory.

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 first sentence 'Get command history.' is redundant with the title. The second sentence provides the only useful information, making the overall description concise but slightly wasteful.

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

Completeness3/5

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

For a simple one-parameter, read-only tool, the description is minimally adequate, but it does not mention return format, pagination, or how to choose between this and the similarly named hosts tool. No output schema exists to fill gaps.

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 0%, and the description says 'for a specific host' but does not explicitly clarify that hostId is the host identifier beyond what the name implies. Adds some context but insufficiently compensates for missing schema descriptions.

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?

States a specific verb (Get) and resource (command history), and notes it is per-host. However, it does not distinguish from the similarly named sibling termix_hosts_get_command_history, so differentiation is absent.

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 on when to use this tool versus alternatives like termix_hosts_get_command_history or the save/delete history operations. No exclusions or context provided.

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