Skip to main content
Glama

Health

health
Read-onlyIdempotent

Liveness and capability check for yieldsentinel (yieldsentinel.eth).

Returns service status, schemaVersion, policyVersion, feature flags, and the list of available tools.

Use this first to verify connectivity, then call check_position with policyPreset treasury-conservative | balanced-research | rwa-selective (or explicit thresholds). Research estimates only — non-custodial; never holds keys or executes transactions.

Example input: {}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, destructiveHint, and idempotentHint, lowering the burden. The description adds safety-relevant context not present in the annotations, including that the tool returns system fields and that the service is research-only, non-ccustodial, never holds keys, or executes transactions. This goes beyond a bare readOnly flag. While this statement applies broadly to the service, it remains useful behavioral context for the agent.

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 front-loaded with the core purpose, followed by return value, usage sequencing, and risk context. Every sentence earns its place. The `Example input: {}` line is a low-cost confirmation. The structure is effective size and no filler.

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 simplicity of the tool and the rich annotations, the description is fully sufficient. It tells the agent what it returns, when to call it, and explicitly routes to the sibling check_position tool. Even without an output schema, the description lists the relevant fields and is clear that no arguments are needed.

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 in the input schema, there is nothing to explain. The description reinforces this by showing 'Example input: {}', confirming the no-argument contract. Since schema description coverage is 100% and there are no params, the baseline of 4 is appropriate.

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 opens with a specific verb and resource: it is a liveness and capability check for yieldsentinel. It then enumerates the exact returned fields (service status, schemaVersion, policyVersion, feature flags, available tools). It additionally differentiates from the sibling check_position by instructing that this tool should be used first for connectivity verification.

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?

Contains explicit operational guidance: 'Use this first to verify connectivity, then call check_position...' This tells the agent exactly when in the sequence to invoke it relative to the sibling. It also suggests a reasonable default (policyPreset) while allowing explicit thresholdes, preventing arbitrary selection. No misleading or missing guidance.

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

check_position is the only functional policy-evaluation operation, while health is a liveness/capability check. There is no ambiguous overlap or boundary between the two tools.

Naming Consistency3/5

check_position follows a clear verb_noun pattern, but health uses a bare noun with no verb, so the naming pattern is not fully consistent. The names are still readable and not chaotic.

Tool Count3/5

Two tools is borderline and slightly thin for the 3-15 range. For a focused read-only policy-checking service, it is acceptable, but it is a minimal surface.

Completeness4/5

The core policy-checking workflow is covered by check_position with presets, thresholds, and clear verdict handling. The main missing capability is inspecting policy presets or the allowlist before checking, but the core operation has no dead ends.