Skip to main content
Glama

x402card: Virtual Cards + Freeland eSIM

x402card.get_install_command

Return the shell install command and CLI discovery commands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden of explaining behavior. It clearly states what the tool returns (shell install command and CLI discovery commands), which is the primary behavioral trait. It does not mention side effects, but given the nature of the tool, that 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?

The description is a single, direct sentence with no filler. It is front-loaded with the key action and resource, and every word contributes to meaning.

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 tool with no parameters, no annotations, and no output schema, the description fully covers what the agent needs to know. It explicitly names the two types of output (shell install command and CLI discovery commands), making the tool's purpose and result clear.

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 zero parameters, so the baseline of 4 applies. The description does not need to explain parameter semantics because there are none, and the schema already indicates no properties.

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 returns a shell install command and CLI discovery commands, with a specific verb (Return) and resource. This distinguishes it from sibling tools that retrieve contract details, configs, or readiness.

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 the tool is for obtaining installation instructions, but provides no explicit guidance on when to use it versus alternatives or any exclusion criteria. The usage is understandable from context but not directly articulated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct piece of information: different contracts, config, readiness, plans, install commands, OpenAPI docs, payable URLs, and wallet requirements. No two tools overlap in purpose, making selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case, predominantly using 'get_' (11 tools) and one 'list_' for plans. This predictable naming aids agent understanding and tool selection.

Tool Count5/5

With 12 tools covering contracts, configuration, readiness, plans, and auxiliary endpoints, the count is well-scoped for an informational server. Each tool earns its place without being excessive or sparse.

Completeness4/5

The tool set thoroughly covers informational retrieval for the x402card and eSIM domain, including all contracts, config, readiness, and plans. The only notable gap is the lack of mutation tools (e.g., create order, top up), but this may be intentional if the server is designed solely for exposing contracts and URLs.

Resources