Skip to main content
Glama

Get Service Status Tool

get_service_status

Get PriceFeed service health: data source statuses, cache health and the list of supported currency pairs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It indicates a read operation (get) and specifies the content returned. No side effects or destructive behavior are mentioned, which is appropriate for a health check tool.

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 efficiently communicates the tool's purpose and output. No extraneous information.

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 no parameters and no output schema, the description is sufficient for a health check tool. It lists what the tool returns but could be enhanced by noting the structure of statuses or error behavior.

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?

There are no parameters, so schema coverage is 100%. The description correctly adds no parameter information as it is unnecessary. Baseline for zero parameters is 4.

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 retrieves PriceFeed service health, listing specific data (data source statuses, cache health, supported currency pairs). It distinguishes itself from sibling tools that deal with currency conversion and rate history.

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 use for checking service health but does not explicitly state when to use it versus alternatives or when not to use it. Sibling tools are provided in context but not referenced in the description.

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

Each tool serves a distinct purpose: conversion, current rates, historical rates, and service status. There is no overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using lowercase and underscores, making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is well-scoped for a price feed service, covering essential operations without unnecessary bloat.

Completeness5/5

The tool set covers key operations: conversion, current rates, historical data, and service status. No obvious gaps for the stated domain.

Resources