Skip to main content
Glama

Save SSH Task

unfour.ssh.save_task

Create or update SSH task definitions with command, upload, and download steps. Preserve existing settings on update and validate step configuration to ensure reliable automation.

Instructions

Creates or updates a saved SSH task through the command bus. On update, omitted description and defaultConnectionId keep their current values; pass null for defaultConnectionId to clear it. Step types and configuration are validated by the SSH engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
stepsYes
taskIdNo
descriptionNo
workspaceIdNo
defaultConnectionIdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond the annotations: on update, omitted description and defaultConnectionId retain current values, null clears defaultConnectionId, and step types/configuration are validated by the SSH engine. This meaningfully explains side effects and update behavior. No contradiction with annotations exists.

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?

The description is three sentences, front-loaded with the core action, and every sentence carries useful information. No filler or repetition of schema details.

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?

The tool has create/update behavior, nested step objects, and several optional parameters, and the description captures the key update semantics and validation. However, the create/update identification mechanism (taskId) and step configuration contract remain underspecified, so the description is not fully complete for an agent needing to construct valid requests.

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 compensate, but it only explains update behavior for description and defaultConnectionId and the validation of step types/config. It does not clarify how taskId identifies a task for update, the role of workspaceId, or the structure of configJson and step id/configVersion fields.

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 identifies the tool as creating or updating a saved SSH task, with a specific resource and action. The partial-update semantics and validation detail further distinguish it from sibling task operations like duplicate_task, delete_task, and reorder_tasks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

The description gives clear context for when to use this tool: creating or updating a saved SSH task. It does not explicitly mention alternatives or exclusion criteria, but the create/update framing is strong enough to guide selection among task-related siblings.

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

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/zyqzyq/Unfour'

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