Skip to main content
Glama

Server Details

Provision, SSH into, run commands on, and manage Linux VPSes from an AI agent. Pay USDC over x402 (Base) or by card over HTTP 402, a running box in under 60s. No signup, no API key to buy. This remote endpoint offers free browse/discovery, quotes, and server status.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect: plans, payment, server list, and individual server status. Descriptions clearly differentiate their purposes with no overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get_payment_options, get_server, list_plans, list_servers), making them predictable and easy to understand.

Tool Count5/5

Four tools cover the core workflow of selecting a plan, getting payment details, and viewing servers. The count feels well-scoped without being too sparse or excessive.

Completeness3/5

The tools cover pre-provisioning steps and status checks, but lack direct provisioning, modification, or deletion of servers. This creates gaps that force reliance on external actions.

Available Tools

4 tools
get_payment_optionsGet payment requirementsAInspect

Step 2: get the exact payment to RENT a plan for N days (USDC via x402 on Base + card availability). This hosted server holds NO funds and cannot provision — it returns everything needed to pay elsewhere. The provision field spells out the three ways to actually get the server. Read it and act on it.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysYesLease length in days (1–30)
planYesServer size
Behavior5/5

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

Discloses that the server holds no funds and cannot provision, and returns only payment info. With no annotations, this fully describes behavior.

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 sentences, front-loaded with key information (step, action, payment methods), and uses bold for emphasis. No wasted words.

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 2-parameter tool with no output schema, the description explains the purpose, what is returned (provision field with three ways), and how to proceed. Complete and actionable.

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 already covers both parameters with descriptions. The tool description adds context about renting and the provision field but doesn't add parameter-specific details 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?

Clearly states it gets payment requirements for renting a plan for N days, specifying payment methods (USDC via x402 on Base + card) and distinguishes from sibling tools (get_server, list_plans, list_servers) by focusing on payment rather than provisioning.

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 positions as 'Step 2' and instructs the agent not to expect provisioning from this tool, but to use the returned 'provision' field elsewhere. Provides clear context for when to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_serverGet server statusAInspect

Fetch a server's current status, plan, expiry, and bandwidth usage. (Network details like the IPv4/SSH target are returned only to the provisioner via the API, not on this public endpoint.)

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesServer id, e.g. srv_…
Behavior5/5

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

Discloses both included data (status, plan, expiry, bandwidth) and excluded data (network details), providing full transparency for a read-only operation without annotations.

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 sentences, front-loaded with purpose, no unnecessary words.

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 fetch tool with no output schema or annotations, the description sufficiently explains what is returned and what is not.

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 covers 100% of parameters, and the description adds no additional parameter-level 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?

The description clearly states the tool fetches server status, plan, expiry, and bandwidth usage, and distinguishes itself from siblings like list_servers by focusing on a single server's details.

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?

Provides clear context about what the tool returns and notes a limitation (network details not returned), but does not explicitly compare to sibling tools like get_payment_options or list_servers.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_plansList plans & pricesAInspect

Step 1 of renting a real Linux server. Lists AgentMetal VPS plans (vCPU/RAM/disk, USD/day + USD/mo, included egress). After you pick a plan, call get_payment_options for the exact payment, then provision by POSTing to the API 402 or running the local @agentmetal/mcp (which pays from your wallet).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It implies a read-only list operation but does not explicitly state it's non-destructive, require authentication, or have rate limits. The side effects are unclear.

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 two sentences. The first sentence is focused and informative, the second sentence provides workflow steps. It is relatively concise, though the second sentence is slightly long. No wasted words.

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 no output schema or annotations, the description covers the purpose and workflow but lacks details on response format, pagination, or ordering. It is adequate for a simple list operation but could be more complete.

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?

With 0 parameters and 100% schema coverage, baseline is 4 per instructions. The description adds value beyond the empty schema by specifying the attributes listed (vCPU/RAM/disk, pricing, egress), making the output clearer.

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 tool lists AgentMetal VPS plans with specific attributes (vCPU/RAM/disk, USD/day + USD/mo, included egress). It distinguishes from sibling tools like get_payment_options and list_servers by framing it as step 1 of renting a server.

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?

The description explicitly provides usage context: it's step 1, and after picking a plan, the agent should call get_payment_options, then provision via API or local MCP. This gives clear when-to-use and alternative workflow guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_serversList a wallet’s serversAInspect

List the servers provisioned by a payer wallet address.

ParametersJSON Schema
NameRequiredDescriptionDefault
walletYesPayer wallet address (0x…)
Behavior3/5

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

No annotations are provided, so the description bears full burden. It states 'provisioned by a payer wallet address' but does not disclose any behavioral traits such as pagination, error handling, or authentication requirements. Lacks deeper transparency for a moderate score.

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?

Description is a single, well-structured sentence with no redundant words. Every word contributes meaning, making it highly efficient.

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 required parameter, no output schema), the description is complete enough for an agent to understand its core purpose. However, missing output or result behavior details (e.g., returns array, empty if none) but not 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% with a single parameter described as 'Payer wallet address (0x…)'. The description adds no new information beyond the schema, essentially restating it. Baseline 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?

Description clearly states specific verb 'List' and resource 'servers' with scope 'by a payer wallet address'. Easily distinguishes from sibling tools like 'get_server' (single server) and 'list_plans' (different resource).

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?

Description clearly implies usage context (listing servers for a wallet) but does not explicitly state when not to use or provide alternative tool names. However, given the sibling names, the context is clear enough for an AI agent to differentiate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources