Skip to main content
Glama
Marco7734

mt5-remote-reader-mcp

by Marco7734

check_vps_status

Verify VPS connectivity via SSH to quickly determine if network issues exist before complex MT5 operations.

Instructions

Verifica se una o tutte le VPS sono raggiungibili via SSH (health check leggero). Non interroga MT5 — è solo un ping SSH con timeout breve (5 secondi).

Utile per:

  • Diagnostica rapida prima di operazioni più complesse

  • Capire subito se un problema è di rete o di MT5

  • Monitoraggio dello stato delle VPS

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vpsNoNome della VPS da controllare (es. "ftmo"). Se omesso, controlla tutte le VPS in parallelo.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses that the tool performs an SSH ping with a 5-second timeout, does not query MT5, and is a read-only health check. This provides adequate behavioral transparency.

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 very concise: three sentences plus bullet points. Every sentence adds value, no fluff. It is front-loaded with the core purpose.

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

Completeness4/5

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

Given the tool's simplicity (one optional parameter) and the existence of an output schema, the description covers the essential aspects: purpose, limitations, and use cases. It misses nothing critical.

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 coverage is 100% and the schema description already explains the parameter (including default behavior). The tool description does not add new information beyond the schema, so baseline score of 3 is appropriate.

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 verb 'verifica' (checks) and the resource 'VPS raggiungibili via SSH'. It distinguishes from sibling tools by specifying it's a light health check that does not query MT5, making its 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 Guidelines4/5

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

The description explicitly lists when to use the tool (quick diagnosis, network vs MT5 distinction, monitoring) and what it does not do (does not query MT5). While it does not explicitly state when not to use it, the context is clear enough for an AI agent.

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/Marco7734/mt5-remote-reader-mcp'

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