Skip to main content
Glama
Neuratel-AI

Neuratel MCP Server

Official
by Neuratel-AI

get_balance

Check your account balance and credit status before making calls or starting campaigns. Avoid failed operations by verifying sufficient funds with a quick credit check.

Instructions

Check the current account balance and credit status.

Returns the available balance in the account's billing currency (set in organization settings — defaults to USD).

Always check this before:

  • Making outbound calls (make_call)

  • Starting campaigns (start_campaign)

  • Any operation that incurs telephony or AI costs

A zero or negative balance means calls will fail. The has_credits field is a quick boolean check for sufficient funds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description discloses the return currency behavior (billing currency defaulting to USD), the has_credits boolean, and the operational consequence of a zero/negative balance. This adds meaningful behavioral context beyond a simple 'check' statement, though it could explicitly state the read-only nature.

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 compact, front-loaded with purpose, and uses a clear bullet list for usage guidance. Every sentence adds value, with no redundant information or 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 simple nature (no params, output schema present), the description covers purpose, usage, and key behavioral details. It also references relevant sibling operations for context, making it complete for an agent to invoke appropriately.

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, so the description correctly omits parameter details. The baseline score of 4 applies since no params exist to explain, and the schema coverage is 100%.

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 'Check the current account balance and credit status' with a specific verb and resource. It distinguishes itself from sibling tools like get_usage by focusing on balance and credit, not general usage.

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?

The description explicitly instructs to check this before outbound calls, campaigns, and any cost-incurring operations, and explains the consequence of insufficient balance. This provides clear when-to-use guidance with no ambiguity.

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

Install Server

Other Tools

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/Neuratel-AI/neuratel-mcp'

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