Skip to main content
Glama
jsilvanus

deployment-mcp

by jsilvanus

ssh_git_pull

SSH into a remote host to perform git pull in a specified repository directory. Authenticate using private key (PEM string or file) or password.

Instructions

SSH into a remote host and run git pull in the specified repository directory. Supports authentication via private key (PEM string or file path) or password.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesRemote hostname or IP address
portNoSSH port (default 22)
branchNoBranch to pull (default: current tracking branch)
passwordNoSSH password (if not using a key)
repoPathYesAbsolute path to the git repository on the remote host
usernameYesSSH username
passphraseNoPassphrase for the private key
privateKeyNoPEM-encoded private key content
privateKeyPathNoPath to private key file (e.g. ~/.ssh/id_rsa)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions authentication methods but fails to disclose critical behaviors such as potential merge conflicts, the need for git to be installed on the remote, or any output/error handling. This lack of transparency could lead to misuse.

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 concise with two sentences, the first defining the core action and the second adding authentication support. It is front-loaded and avoids unnecessary detail, though it could be slightly more structured (e.g., bullet points).

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 the tool has 9 parameters, no output schema, and no annotations, the description covers the main action and authentication but omits important context like error scenarios, prerequisites (git on remote), and behavior of optional parameters. Adequate but not fully complete.

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 baseline is 3. The description adds useful context on authentication options (private key vs password) but does not elaborate on other parameters like branch, port, or passphrase beyond what the schema already provides. No additional semantic value for those.

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 specific action: SSH into a remote host and run git pull in a specified repo directory. The name and description together precisely define the tool's purpose, distinguishing it from more general SSH command execution tools like ssh_run_command.

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 usage for updating a git repository via SSH but provides no explicit guidance on when to use this tool versus siblings (e.g., for other commands use ssh_run_command). No exclusions or alternatives are mentioned.

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/jsilvanus/deployment-mcp'

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