Skip to main content
Glama

Save address to address book

lob_addresses_create
Idempotent

Store an address in the Lob address book for reuse by ID in mail pieces. Addresses are not automatically verified; call verification tools separately.

Instructions

Save an address to the Lob address book so it can be reused by ID (adr_…) when creating mail pieces. Stored addresses are NOT automatically verified — call lob_us_verifications_create or lob_intl_verifications_create separately if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoRecipient name (max 40 chars).
companyNoCompany name (max 40 chars).
address_line1YesPrimary street address line.
address_line2NoApartment/suite/unit line.
address_cityNo
address_stateNoTwo-letter US state code, or full state/province/region name for international.
address_zipNoZIP/postal code.
address_countryNoTwo-letter ISO country code. Omit or use 'US' for domestic.
phoneNo
emailNo
descriptionNoInternal description of the address.
metadataNoUp to 20 string key/value pairs of arbitrary metadata to attach to the resource.
extraNoAdditional Lob API parameters not enumerated above. Merged into the request body verbatim. See https://docs.lob.com for the full parameter list per resource.
Behavior4/5

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

Discloses key behavioral trait that stored addresses are not automatically verified, which is not covered by annotations. Annotations already indicate idempotentHint and non-destructive, so description adds verification context. Does not mention error handling or return value details.

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?

Two sentences, front-loaded with purpose and immediate caveat. No redundant information; every sentence adds value.

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 13 parameters and no output schema, description covers main behavioral aspects and caveat. Might benefit from mentioning the return value (e.g., created address ID), but overall adequate with annotations providing idempotent and open-world hints.

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 77%, so baseline is 3. Description does not add per-parameter details beyond schema, but overall purpose is clear. No misinterpretation risk due to schema completeness.

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?

Description clearly states the verb 'Save an address' and the resource 'Lob address book', with specific purpose of reuse by ID. Distinguishes from sibling verification tools by explicitly mentioning they must be called separately for verification.

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?

Explicitly states when to use (to save an address for reuse) and when not to rely on it (not automatically verified), naming alternative verification tools. Could mention prerequisites like API configuration, but overall clear guidance.

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/optimize-overseas/lob-mcp'

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