Skip to main content
Glama

list_customer_addresses

Retrieve all saved addresses for a customer, including the default address flag and Vietnamese province/district/ward fields.

Instructions

List all saved addresses for a customer, including default address flag and Vietnamese province/district/ward fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (default 50, max 250).
customer_idYesCustomer ID whose addresses to list. Required.
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It clearly implies a read-only listing operation and highlights key returned fields, but it does not describe pagination behavior, response shape, or edge cases, which would be valuable for an agent.

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 sentence that is concise and front-loaded. It communicates the action, resource, and key output fields without unnecessary words or repetition.

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 simple two-parameter list tool, the description sufficiently covers purpose and key returned fields. However, since there is no output schema or annotations, mentioning pagination or the exact result shape would make it more complete.

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

Parameters3/5

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

The input schema provides descriptions for both customer_id and limit, covering 100% of parameters. The description adds no parameter-specific details beyond what the schema already documents, so it stays at the baseline for high schema coverage.

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 the specific verb 'List' and clearly identifies the resource as 'saved addresses for a customer'. Mentioning the default address flag and Vietnamese province/district/ward fields adds useful specificity and distinguishes this tool from sibling address-mutation tools.

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 conveys the basic use case—listing a customer's saved addresses—but it does not explicitly compare against alternatives like update_customer_address or set_default_customer_address, nor does it state when not to use this tool. Usage is implied rather than clearly guided.

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/nguyennguyenit/Sapo-MCP'

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