Skip to main content
Glama

MCPVOT — x402 Facilitator Machine

Ecosystem Status

get_ecosystem_status
Read-only

Get mcpvot.xyz server health, available x402 services, and MCP endpoint info. FREE endpoint (no payment required).

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.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value beyond these by noting the endpoint is 'FREE (no payment required)' and enumerating the specific pieces of information returned (server health, x402 services, MCP endpoint info).

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 two short sentences, front-loaded with the core purpose. Every word adds value, and the 'FREE endpoint' note is a meaningful complement to the purpose.

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?

Given the tool's low complexity (no parameters, no output schema), the description fully captures its functionality and constraints. It clearly states what the user gets and that no payment is required, making it complete for the tool's simplicity.

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 is 4 per the rubric. The description correctly omits parameter details because there are none, and it still communicates what the tool returns.

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's function with a specific verb ('Get') and resource ('mcpvot.xyz server health, available x402 services, and MCP endpoint info'). It is immediately distinct from sibling tools, which focus on racing data or web search.

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?

The tool's purpose is obvious from the description, and given the unrelated sibling names, the intended use case (checking server/ecosystem status) is clear. However, no explicit 'when to use' or alternative comparisons are provided, though the context makes exclusion unnecessary.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: status checks, race search, race results, driver lookup, and web search. The two race-related tools are complementary (search returns subsession IDs used by get_race_results), not overlapping.

Naming Consistency5/5

All tool names follow the verb_noun snake_case pattern (get_, search_, lookup_). The verbs are appropriate and consistent, with no mixing of conventions or camelCase.

Tool Count5/5

With only 5 tools, the server is well-scoped for its stated purpose as an x402 facilitator offering iRacing data and web search. Each tool earns its place and there is no bloat.

Completeness4/5

The race search-to-results flow is complete, and driver lookup and web search work standalone. However, lookup_driver requires a customer ID with no way to discover IDs from within the tool set (no driver search by name), leaving a minor gap.

Resources