Skip to main content
Glama
zampou-code

@skynode/mcp

by zampou-code

Détail d’un serveur SkyNode

server_status

Get a server's detailed status, including state, IP addresses, OS, region, SSH user, and billing expiration. Input the server ID from list_servers to retrieve this read-only information.

Instructions

Détaille un serveur : état, adresses IP, système, région, utilisateur SSH, échéance de facturation. L’identifiant s’obtient avec list_servers. Lecture seule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idYesIdentifiant du serveur, tel que rendu par list_servers
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It explicitly states 'Lecture seule' (read-only) and enumerates what information is returned. It does not discuss errors or permissions, but for a read-only detail endpoint this is sufficient.

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 tool's purpose and output fields. Every word earns its place with no redundancy.

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

Completeness5/5

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

For a simple single-parameter read-only tool with no output schema, the description fully covers what the tool does, what it returns, and how to obtain the required ID. It is complete for an agent to invoke correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already defines server_id. The description adds value by telling the agent that the ID comes from list_servers, which is genuinely useful contextual information beyond the schema.

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?

Uses the specific verb 'Détaille' with a clear resource ('un serveur') and lists concrete attributes (état, adresses IP, système, etc.). It clearly distinguishes itself from list_servers by focusing on a single server's detailed status.

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?

Explicitly tells the agent to obtain the identifier via list_servers, establishing a clear usage flow. It does not mention when not to use it, but for a simple detail lookup the context is clear.

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/zampou-code/skynode-mcp'

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