Skip to main content
Glama

Get Retailer Information

get_retailer_information
Read-only

Look up retailer details by providing their ID, or retrieve your own account information without an ID.

Instructions

Get retailer information. Provide a retailer ID to look up a specific retailer, or omit it to get your own account information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
retailerIdNoThe retailer ID. Omit or use 'current' to get your own account information.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds behavioral context by revealing the dual behavior depending on parameter presence, which goes beyond the annotations.

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 concise sentences with no redundant information. It is front-loaded with the core action and immediately provides usage instructions.

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?

The tool is simple with one optional parameter and no output schema. The description covers the essential behavior given readOnlyHint. It could be improved by mentioning what is returned (e.g., retailer details), but it is sufficient for a retrieval tool.

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 covers the parameter with 100% description coverage. The description adds value by explicitly mentioning the alternative value 'current' and clarifying the behavior when omitted. Thus it adds meaning beyond the schema.

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 the tool retrieves retailer information and specifies the two usage modes: with a retailer ID for a specific retailer, or omitted for own account. It distinguishes itself from sibling get_* tools as none are for retailer information.

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 gives clear guidance on when to provide the retailer ID vs omit it. It does not explicitly name alternative tools but the sibling list provides context that no other tool retrieves retailer information, making the usage context clear.

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/BartWaardenburg/bol-mcp'

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