Skip to main content
Glama
fetcher-sh

fetcher.sh MCP Server

Official
by fetcher-sh

check_balance

Check your remaining credit balance to avoid interruptions during paid API calls. Verify available credits before starting a long run of requests.

Instructions

Free. Show the remaining credit balance for FETCHER_API_KEY. Call this before a long run of paid requests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses that the call is 'Free,' implying no credit consumption and no side effects, and 'Show' signals a read-only operation. It does not specify response format, but that is minor for a parameterless balance check.

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?

Two short sentences deliver the cost, the purpose, and the usage guidance with no wasted words. The description is front-loaded and every sentence earns its place.

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?

For a simple zero-parameter tool with no output schema, the description covers what it does, that it is free, and when to call it. It even names the specific API key whose balance is checked, making the context complete enough for safe invocation.

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 and the input schema is empty, so there are no parameter semantics to explain. The baseline of 4 for a zero-parameter tool applies.

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 states a specific verb and resource: 'Show the remaining credit balance for FETCHER_API_KEY.' It also signals the tool is free, which distinguishes it from the paid fetch_data sibling and the credit-management topup_credits tool. This is a clear, unambiguous purpose.

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 phrase 'Call this before a long run of paid requests' gives explicit timing guidance and implies this is a preflight check. It does not explicitly name excluded alternatives, but the usage context is clear enough for an agent to select it appropriately.

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