Skip to main content
Glama
NullPointerChef

Codex SSH Terminal MCP

request_upload

Request user confirmation to upload a local file to a remote SSH host, using SCP or rsync with optional checksum verification.

Instructions

Create a local-file upload request for the user to confirm in the HTML page. File bytes are not sent through MCP or terminal history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoscp
checksumNoRemote size is always verified after upload. Use sha256 for an additional checksum check.none
if_existsNofail
local_pathYesLocal file path on the machine running this MCP server.
remote_pathYesDestination path on the remote host.
profile_nameYesSaved host/port/user profile name. Optional ProxyJump profiles are supported for uploads; full SSH command profiles are not.
Behavior2/5

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

With no annotations, the description must disclose all behavioral traits. It notes file bytes are not sent through MCP or terminal history, which is valuable, but omits critical details like the confirmation process, timeout behavior, error handling, and post-confirmation steps.

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 concise sentences, front-loaded with the primary action. Every word serves a purpose, efficiently communicating the tool's function and a key security caveat.

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

Completeness2/5

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

Given no annotations and no output schema, the description is too brief. It lacks information about the upload workflow, user confirmation steps, error states, and relationship to siblings like cancel_upload and upload_status, leaving the agent underinformed.

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 67%, covering basic parameter roles. The description adds useful context that profile_name supports ProxyJump for uploads, but does not explain enum options (method, if_exists) or other parameter semantics beyond the 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 clearly states the tool creates a local-file upload request, specifying the verb and resource. It distinguishes from siblings like upload_status and cancel_upload by focusing on initiation, but could be more explicit about the confirmation step.

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 explicit guidance on when to use this tool versus alternatives. Siblings like upload_status and cancel_upload imply a multi-step process, but the description does not advise when to choose this tool over others or mention prerequisites.

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/NullPointerChef/codex-ssh-terminal-mcp'

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