Skip to main content
Glama

list_servers

Retrieve a list of all SpinupWP servers with their hardware specifications and current update status for infrastructure management.

Instructions

List all SpinupWP servers and their hardware/update status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While 'List' implies a read-only operation, it doesn't specify whether this requires authentication, what format the list returns (pagination, sorting), rate limits, or error conditions. The description adds minimal behavioral context beyond the basic operation.

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 a single, efficient sentence that communicates the core functionality without any wasted words. It's front-loaded with the main purpose and includes helpful additional detail about what information is returned. Every element earns its place.

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?

For a simple list operation with no parameters and no output schema, the description provides adequate but minimal context. It explains what the tool does but lacks details about the return format, authentication requirements, or potential limitations. Given the tool's simplicity, this is acceptable but leaves gaps an agent would need to discover through trial.

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?

The tool has 0 parameters with 100% schema description coverage, so the schema already fully documents the parameter situation. The description appropriately doesn't discuss parameters since none exist, maintaining focus on the tool's purpose and output. This meets the baseline expectation for parameterless tools.

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 verb ('List') and resource ('SpinupWP servers') with additional detail about what information is included ('hardware/update status'). It distinguishes itself from other list operations like 'list_sites' and 'list_ssh_keys' by specifying servers, but doesn't explicitly differentiate from 'get_server' which retrieves a single server.

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 context through 'List all SpinupWP servers' - suggesting this is for getting a complete overview rather than retrieving specific servers. However, it doesn't provide explicit guidance on when to use this versus 'get_server' (for single server details) or mention any prerequisites or limitations.

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/farukgaric/spinupwp-mcp'

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