Skip to main content
Glama
listingbureau

Listing Bureau - Amazon Organic Ranking

lb_account_get

Read-only

Retrieve your Listing Bureau account details including email, name, status, and wallet balance to manage Amazon organic ranking campaigns.

Instructions

Get Listing Bureau account info (email, name, account status, wallet balance)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations declare readOnlyHint=true, confirming safe read behavior. The description adds valuable behavioral context by enumerating the specific data fields returned (email, name, status, balance), compensating for the missing output schema. It does not mention rate limits or caching, but the core return structure is disclosed.

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?

Single sentence with no wasted words. The parenthetical field list efficiently conveys the return payload. Information is front-loaded and dense.

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?

Given no output schema exists, the description adequately compensates by listing the four key fields returned. For a simple zero-parameter read operation with readOnlyHint annotation, this covers the essential behavioral contract without needing exhaustive detail.

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?

Zero parameters exist in the input schema, establishing a baseline of 4. No parameter documentation is required or provided.

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?

States specific verb 'Get' and resource 'Listing Bureau account info' plus lists exact fields returned (email, name, account status, wallet balance). Distinguishes from siblings like lb_account_get_subscription and lb_account_update_profile by scope, though it doesn't clarify the overlap with lb_wallet_get_balance.

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?

Provides no guidance on when to use this tool versus the specialized siblings like lb_wallet_get_balance (which also returns wallet data) or lb_account_get_subscription. No prerequisites or conditional usage advice is included.

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/listingbureau/listingbureau-mcp'

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