Skip to main content
Glama

get_account

Return the current NeuroTrade B2B API quota status: plan tier, calls used, calls remaining, and quota reset date. Requires a valid NeuroTrade B2B API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosure. It notes that a valid API key is required, which is useful, but it does not mention whether the operation is read-only, whether it consumes quota, or any potential side effects. This is basic but not exhaustive.

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 a single, front-loaded sentence that states the purpose and key requirement without extraneous words. It is highly concise and well structured.

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

Completeness4/5

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

For a tool with no parameters and no output schema, the description adequately lists the return fields and the necessary API key. It is complete for this simple tool, though it could optionally mention quota consumption behavior.

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 has zero parameters, so the baseline is 4. The description does not need to elaborate on parameter meaning, and the schema coverage is complete (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 uses a clear verb 'Return' and specifies the resource: 'current NeuroTrade B2B API quota status'. It enumerates the exact fields (plan tier, calls used, calls remaining, reset date) and is distinct from the sibling tool generate_signal.

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

Usage Guidelines3/5

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

The description implies usage for checking API quota but provides no explicit when-to-use guidance or comparison with alternatives. It mentions the API key requirement as a prerequisite but does not state situations where generate_signal would be more appropriate.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct concern: signal generation vs account quota. There is no overlap in purpose or output.

Naming Consistency5/5

Both tools follow a consistent verb_noun snake_case pattern (generate_signal, get_account), making their behavior predictable.

Tool Count3/5

Two tools is a minimal set for a narrow API. While it covers the essential operations, the number feels thin for a full-featured service.

Completeness4/5

The core signal generation and quota checking are covered, but there is no tool for retrieving historical signals or managing signal subscriptions, which could be expected in a fuller API.

Resources