Skip to main content
Glama

create_customer_address

Create an address book entry for a customer. Required: name, contact name, street1, city, state, zip, ISO country code, and type (residential or commercial).

Instructions

Create an address book entry for a customer. POST /customers/{customerId}/addressbooks. Required: name, contactName, street1, city, state, zip, countryCode (ISO 3166-1 alpha-2), type (residential or commercial). Optional: street2, company, contactEmail, contactPhone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customerIdYesCustomer ID (required)
nameYesAddress name (required)
contactNameYesContact name (required)
street1YesStreet line 1 (required)
cityYesCity (required)
stateYesState (required)
zipYesPostal code (required)
countryCodeYesISO 3166-1 alpha-2 country code, e.g. ES, AR, MX
typeYesAddress type (required): residential or commercial
street2NoStreet line 2
companyNoCompany name
contactEmailNoContact email
contactPhoneNoContact phone
Behavior3/5

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

No annotations provided, so description bears full burden. It states the tool performs a write operation (POST) and lists required fields, but lacks details on permissions, idempotency, or side effects. Adequate 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 two sentences: first defines purpose, second enumerates fields. No fluff, front-loaded, and efficient.

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

Completeness2/5

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

No output schema exists, yet description does not mention return value (e.g., created address ID). It also omits error conditions or additional behavioral context, leaving gaps for a creation tool with 13 parameters.

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?

Schema description coverage is 100%, so description adds minimal extra meaning. It provides ISO 3166-1 alpha-2 context for countryCode, but otherwise repeats schema info. Baseline 3 is appropriate.

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 creates an address book entry for a customer, and lists the HTTP endpoint. It distinguishes well from siblings like update_customer_address or delete_customer_address.

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 (creating an address) but does not explicitly state when to use vs alternatives like updating an existing address. No when-not or alternative guidance is provided.

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/rhinosaas/rebillia-mcp-server'

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