Skip to main content
Glama
seranoxxyz

Seranox MCP Server

Official
by seranoxxyz

Seranox API status

seranox_status

Checks Seranox API health and confirms whether an API key is set for routing, enabling agents to verify connectivity before executing market data queries.

Instructions

Health of the Seranox API and whether this server has an API key (needed for routing).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that it returns health and API key status but doesn't specify response format or whether it makes network calls. It adds context beyond the name but not deeply.

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, well-structured sentence that efficiently conveys the tool's purpose. No filler or redundant information, front-loaded with the core concept.

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?

For a zero-parameter status check without an output schema, the description is reasonably complete. It tells the agent what to expect (health and key status) and the relevance to routing. Minor gap: it doesn't describe return format, but that's not critical for this simple 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 tool has zero parameters, so the description doesn't need to explain parameters. The schema is already clear (no properties). The description adds value by explaining what the tool reports, which is sufficient.

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 it reports on the health of the Seranox API and whether the server has an API key, which is a specific and distinct purpose. It distinguishes this tool from siblings that perform actions like listing pairs or building routes, though it doesn't explicitly name an alternative.

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 this tool is for checking API health and key presence before routing, but it doesn't explicitly state when to use it versus alternatives. It provides useful context for routing decisions but lacks clear 'when to use' guidance.

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