Skip to main content
Glama

check_usage

Check your API key balance and usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYes

Schema Changelog

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

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries full burden. It only states the action without disclosing whether it is read-only, requires authentication, or has rate limits. Important behavioral traits are omitted.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (one sentence), which is concise but at the cost of missing important information. It earns its place but should include more detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one required parameter and no output schema, the description fails to explain what the response contains, error handling, or usage context. It is incomplete even for a minimal definition.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'api_key' has no description in the schema (0% coverage). The description mentions 'API key' but does not explain its format, origin, or how to obtain it, adding minimal meaning beyond the parameter name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool checks 'API key balance and usage', which is a specific verb+resource. It is distinct from sibling tools like check_agent_balance or check_approvals, though no explicit differentiation is provided.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives such as check_agent_balance or other tools. The description lacks context on prerequisites or exclusions.

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

C2.7/5.0
Disambiguation4/5

Most tools have clearly distinct purposes with detailed descriptions. Minor overlaps exist (e.g., analyze_contract and get_meme_analyze both assess risk, but the former focuses on liquidity/honeypot while the latter is specifically for meme tokens), and tools like get_coin and get_price provide similar data but are differentiated by scope (detailed info vs real-time price). Overall, an agent can generally distinguish between them.

Naming Consistency3/5

The naming convention is mostly verb_noun (e.g., analyze_contract, get_price, delete_alert), but there are inconsistencies such as 'register' (imperative verb alone) and 'trending_categories' (adjective_noun without verb). The mix of 'get_' prefix and bare verbs reduces consistency, but the pattern is still readable.

Tool Count2/5

With 48 tools, the server is very heavy. While it aims to be a comprehensive crypto platform, this quantity can overwhelm an agent with too many options, making selection difficult and increasing latency. A more focused subset (e.g., 15-25) would be more appropriate for an MCP server.

Completeness5/5

The tool set covers an extensive range of crypto data and analysis: market overview, DeFi, memes, NFTs? (via meme scanning), portfolio, alerts, arbitrage, liquidations, whale tracking, social sentiment, network health, gas, and even agent management. It provides near-complete CRUD lifecycle for most data types (read, search, compare, analyze), leaving no obvious dead ends for a data-gathering agent.

Resources