Skip to main content
Glama

Get OPKSSH token status for a host

termix_hosts_get_opkssh_token_status_host
Read-onlyIdempotent

Retrieves OPKSSH token status for a host by its ID to confirm token validity.

Instructions

Get OPKSSH token status for a host

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostIdYesHost ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds no behavioral context beyond the annotations, such as what the token status represents, whether it can be stale, or what happens if the host is unreachable. With annotations covering the safety profile, a 3 is appropriate.

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

Conciseness4/5

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

The description is a single, efficient sentence that states the operation clearly. It is appropriately sized for a simple read tool with one parameter, though it could have added a bit more context without becoming verbose.

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 read-only tool with one fully documented parameter and annotations covering safety, the description is mostly complete. However, it does not explain what the returned token status looks like or what values it can take, which could be useful for an agent deciding whether to call this tool. The lack of an output schema increases the burden slightly, but the tool's simplicity keeps the gap moderate.

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 documents the single parameter 'hostId' as 'Host ID'. The description does not add any additional meaning beyond what the schema provides, so the baseline 3 is correct.

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

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

The description implies the tool is for retrieving OPKSSH token status for a host, and the readOnlyHint annotation reinforces that it is a safe read operation. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention any prerequisites such as whether the host must have OPKSSH configured.

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