Skip to main content
Glama
justoneapi

JustOneAPI MCP Server

Official
by justoneapi

Get account balance

get_account_balance
Read-onlyIdempotent

Retrieve the current available balance and currency for a JustOneAPI token to verify remaining credit and confirm whether API calls can continue.

Instructions

Get the current JustOneAPI token's available balance and currency. Use this when the user asks about account balance, remaining balance, or whether the token can continue calling APIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already mark the tool readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds the semantic detail that the balance indicates whether the token can continue calling APIs, which is useful context, but it does not disclose any additional behavioral traits such as freshness, rate limits, or response shape. This is adequate but not rich.

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 sentences deliver the function first and usage triggers second, with no filler or repetition. Every clause earns its place; the description is short but information-dense.

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 parameterless, read-only tool with an output schema and full annotation coverage, this description is complete. It names what is returned (balance and currency), explains when to invoke it, and addresses the likely ambiguity of 'balance' by linking it to continued API calling. Nothing essential is missing.

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 input schema declares zero parameters, so there is no ambiguity to resolve. The schema description coverage is 100% by construction, and the description correctly avoids inventing parameters. Baseline of 4 is appropriate for a parameterless tool.

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 uses a specific verb ('Get') and identifies the exact resource: the current JustOneAPI token's available balance and currency. This clearly distinguishes it from siblings like call_endpoint or get_usage_summary, none of which target account balance. The stated use cases reinforce the tool's identity.

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 description states explicit trigger conditions: when the user asks about account balance, remaining balance, or whether the token can continue calling APIs. This gives clear when-to-use context. However, it does not mention when not to use it or alternative tools, so it stops short of full routing guidance.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/justoneapi/justoneapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server