Skip to main content
Glama

get_account

Show the caller's MerchantWords API plan, live rate-limit and bulk-quota usage, and the full list of plans with their prices, rate limits, and quotas. Call this to check remaining quota before a large job, or to tell the user which upgrade unlocks more throughput/volume.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description fully discloses the tool's read-only behavior and the specific data returned (plan, usage, plans list). It does not contradict annotations and adds transparency about live rate-limits and quotas.

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 two sentences, front-loaded with the core functionality followed by usage guidance. Every sentence adds value, with no redundant information.

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 zero parameters, no output schema, and the simple nature of account info retrieval, the description fully covers what the tool does and when to use it. It is complete for the complexity level.

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?

There are no parameters, so the baseline is 4. The description adequately covers the tool's action without needing to elaborate on parameters.

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 specific verbs ('Show') and resources ('caller's MerchantWords API plan, live rate-limit and bulk-quota usage, and the full list of plans') to clearly define the tool's function. It is easily distinguishable from sibling tools like bulk_keywords or get_serp, which deal with keyword or search data.

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 provides explicit usage scenarios: 'check remaining quota before a large job, or to tell the user which upgrade unlocks more throughput/volume.' While it does not list exclusions or alternative tools, the provided context is clear and helpful for an agent.

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

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: account info, market list, keyword volume, related keywords, reverse ASIN, SERP, and bulk lookup. No ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores (e.g., get_account, search_asin). No deviations.

Tool Count5/5

7 tools is well-scoped for a keyword research server—covers account, markets, volume, related, reverse, SERP, and bulk. Not over- or under-inclusive.

Completeness4/5

Covers main workflows: account, markets, keyword volume with history, related terms, reverse ASIN, and SERP. Minor gap: no direct keyword suggestion tool (related_keywords uses ASIN co-occurrence).

Resources