Skip to main content
Glama

AgentMetal

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 3.8/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct concept: payment options, server status, plans list, and server list. No overlap in purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with lowercase and underscores: get_payment_options, get_server, list_plans, list_servers.

Tool Count5/5

4 tools is well-scoped for a VPS management server, covering essential operations without bloat.

Completeness3/5

Missing explicit create/delete server tools; provisioning is implied through payment options but not directly exposed as a tool.

Available Tools

4 tools
get_payment_optionsGet payment requirementsAInspect

Get the exact payment requirements (USDC via x402 on Base, plus card availability) to provision a plan for N days. This server does NOT hold funds — pay with your own wallet via the API 402 / the local @agentmetal/mcp, or via the card checkout the 402 returns.

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

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

With no annotations, the description discloses that the server does not hold funds and describes payment flow via wallet or card checkout, which is valuable behavioral context beyond the input schema.

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, no redundant information, front-loaded with core purpose. Every sentence adds value.

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 simplicity of the tool (2 params, no output schema, no annotations), the description adequately covers what it returns and the payment model. Minor omission: does not specify the exact structure of the return value.

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 descriptions for both parameters. The description adds little beyond confirming 'N days' and 'plan', so no significant value added over 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 gets exact payment requirements for provisioning a plan for N days, specifying payment methods (USDC via x402, card) and distinguishes from sibling tools which deal with server info and plan listing.

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?

It implies usage context (before provisioning) but does not explicitly state when to use versus alternatives or provide exclusion criteria.

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, IPv4, SSH target, expiry, and bandwidth usage.

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

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

No annotations provided, so description should fully disclose behavioral traits. It only lists fetched fields, with no mention of required permissions, side effects (read-only), error cases, or rate limits. Agent cannot infer safety or prerequisites.

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?

Single sentence, 12 words, front-loaded with action and key fields. No extraneous information.

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?

Simple tool with one param and no output schema. Description lists some return fields but not complete structure or behavior (e.g., error handling, response format). Adequate but not exhaustive.

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 covers 100% with description for 'id' (Server id, e.g. srv_…). Description adds no additional meaning beyond schema. Baseline 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 uses specific verb 'Fetch' and resource 'server's current status', listing key attributes (IPv4, SSH target, expiry, bandwidth usage). Clearly distinguishes from siblings: get_payment_options (payment), list_plans (plans), list_servers (list all servers).

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?

Implied usage: get details for a specific server. But no explicit guidance on when to use vs list_servers or when not to use. Does not mention exclusions or alternative tools.

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

List AgentMetal VPS plans with specs, USD/day and USD/mo prices, and the included monthly egress.

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 carries full burden. It describes the tool as listing plans and prices, implying a read-only operation, but does not disclose any authentication needs, rate limits, or data freshness. For a simple listing tool, the description is minimal and lacks deeper behavioral context.

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 sentence that is concise and front-loaded with the verb 'List'. Every word is informative, and there is no wasted text.

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 (no parameters, no output schema), the description adequately covers what is returned: specs, prices, and egress. It does not mention potential additional details like regions or contract terms, but it is sufficiently complete for a plan listing tool.

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 input schema has 0 parameters, and schema description coverage is 100% (empty schema). The instruction sets a baseline of 4 for 0 parameters. The description adds no parameter information because there are none, but it is clear and accurate.

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 VPS plans with specs, USD/day and USD/mo prices, and included monthly egress. It distinguishes from sibling tools (list_servers lists user servers, not plans; get_server retrieves a specific server; get_payment_options is for payment methods).

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?

No explicit guidance on when to use this tool versus alternatives is provided. However, the context implies it is the correct tool for retrieving plan/pricing information, as siblings serve different purposes. The lack of explicit when-not or exclusion criteria limits the score.

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