Skip to main content
Glama

SITEBORNE Utility Network

Get SITEBORNE service health

siteborne_get_service_health
Read-onlyIdempotent

Report MCP server readiness and production-enable status for each SITEBORNE service. Use when: an agent must check protocol availability, tool count, or whether a service is currently production-enabled before selecting a paid tool. Do not use when: a quote is needed (use siteborne_get_quote) or company, web, document, or agent-output evidence work is required (use the corresponding SITEBORNE service tool). Behavior: read-only and credential-independent; it does not perform paid evidence work, create quotes, verify payment, call providers, write service state, create Workflows, or settle. Economics: free of charge; it never issues a payment challenge. Failure: it depends on no provider, so it does not fail because a provider is unavailable. Returns: the server and protocol versions plus truthful local, production, and external-publication status for all four evidence services.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolsYes
statusYes
servicesYes
server_nameYes
server_versionYes
production_readyYes
protocol_versionYes
production_enabledYes
external_publicationYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / tools / const
      Previous value: -6New value: +10
  2. First observed

TDQS

A4.8/5.0
Behavior5/5

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

The description goes well beyond the annotations by detailing that the tool is credential-independent, free of charge, never issues payment challenges, and does not fail due to provider unavailability. It also clarifies it performs no paid evidence work or mutations, which is richer than the basic readOnlyHint and idempotentHint annotations. No contradiction exists.

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 comprehensive but structured with clear segments (Use when, Do not use when, Behavior, Economics, Failure, Returns), though it is longer than strictly necessary. It front-loads the core purpose and usage guidance effectively, but the behavioral and economic details could be slightly more condensed without losing value.

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 complexity (parameterless, read-only status check), the description is fully complete. It covers what it returns, when to use, what it doesn't do, and its failure characteristics. The presence of an output schema covers return format details, so the description provides all necessary context for an agent to select and invoke the tool correctly.

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 zero parameters, there is nothing for the description to explain about parameter usage. The high schema coverage (100%) and empty schema mean the description correctly focuses on the tool's behavior and return values, which is more relevant for a parameterless tool. The description adds value by explaining what the tool returns and its constraints.

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 explicitly states the tool's purpose: reporting MCP server readiness and production-enable status for each SITEBORNE service. It clearly distinguishes this tool from siblings by naming specific alternatives like siteborne_get_quote and service tools for evidence work, making it unmistakable what this tool is for.

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?

It provides explicit 'Use when' and 'Do not use when' conditions, naming the exact sibling tools for alternatives. This gives clear guidance on when to select this tool versus others, ensuring the agent can make the correct choice without ambiguity.

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.

Resources