Skip to main content
Glama
aiplatforms-ru

ssh-chat-mcp

Read a long-running command job

exec_status

Retrieve the status and incremental stdout/stderr of a remote command execution using offset-based pagination. Monitor job progress without redundant data.

Instructions

Return job status plus stdout/stderr slices. Pass stdoutOffset/stderrOffset from the previous response's nextOffset fields to read incrementally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYes
maxBytesNo
stderrOffsetNo
stdoutOffsetNo
Behavior4/5

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

With no annotations, the description carries the full burden. It effectively discloses the incremental reading behavior and that it returns slices of output. It implies a read-only operation (status and output) without side effects, which is sufficient transparency for a non-destructive tool.

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

Conciseness5/5

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

Two succinct sentences, front-loading the core purpose. Every word adds value, no repetition or filler. The structure is ideal for quick comprehension.

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?

Given no output schema, the description should at least mention that nextOffset fields are included in the response to enable the incremental pattern. It says 'Return job status plus stdout/stderr slices' but omits the critical nextOffset fields. It is sufficient for basic use but lacks full completeness for a robust polling pattern.

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?

Schema description coverage is 0%, so the description must add meaning. It explains the role of stdoutOffset and stderrOffset (from previous response's nextOffset fields), but does not explain maxBytes, which has a maximum of 5 MB. jobId is obvious from context, but the lack of explanation for maxBytes leaves ambiguity.

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

Purpose5/5

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

The description clearly states the tool returns job status and stdout/stderr slices, distinguishing it from sibling tools like exec_start (starts jobs) and exec_cancel (cancels jobs). The verb 'Return' and the specific resource 'job status plus stdout/stderr slices' make the purpose unambiguous.

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 provides specific guidance on using stdoutOffset and stderrOffset for incremental reading, which is valuable. However, it does not explicitly state when to use this tool versus alternatives like exec (which might wait for completion) or exec_jobs (which lists jobs). It implies usage after starting a job but lacks explicit when-not instructions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiplatforms-ru/ssh-chat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server