Skip to main content
Glama
Marco7734

mt5-remote-reader-mcp

by Marco7734

list_terminals

Retrieve a list of active MetaTrader 5 terminals on a VPS, including name, login, broker, server, and connection status. Use this to discover available terminals before proceeding with other operations.

Instructions

Elenca tutti i terminali MetaTrader 5 attivi sulla VPS. Ritorna nome, login, broker, server e stato connessione per ogni terminale. Usare sempre questo tool prima degli altri per scoprire i nomi dei terminali disponibili.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vpsYesNome amichevole della VPS in rubrica (es. "ftmo"). Usa list_vps per vedere quelle disponibili.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It indicates a read operation (listing) and specifies output fields, but does not disclose any side effects, authentication requirements, rate limits, or error behavior. Adequate but not extensive.

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?

Three sentences, each adding value: the first states the action, the second specifies output, the third provides usage guidance. No unnecessary words; front-loaded with the main 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 it's a simple list tool with one required parameter, the description covers the output fields and usage guidance. It lacks mention of error handling (e.g., invalid VPS name), but overall it is fairly complete for the agent's needs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one parameter 'vps' with a description. The tool description goes beyond the schema by referencing a sibling tool list_vps to discover valid VPS names, which helps the agent understand how to populate the parameter correctly.

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 it lists all active MT5 terminals on a VPS, and specifies the returned fields (name, login, broker, server, connection status). It implicitly distinguishes itself from siblings by advising to use this tool before others to discover terminal names.

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

Usage Guidelines5/5

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

Explicitly says 'Usare sempre questo tool prima degli altri per scoprire i nomi dei terminali disponibili' (Use this tool before others to discover available terminal names), providing clear when-to-use context and implying not to use other tools first.

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