lookup_zip
ActiveTool of GoCreative Agent API
declared in 1.27.1
Resolve a US ZIP code to city, state, latitude, and longitude. Use for shipping, geographic segmentation, or local-business lookups. Example call: {"zipcode": "94110"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_zipArguments",
"required": [
"zipcode"
],
"properties": {
"zipcode": {
"type": "string",
"title": "Zipcode"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GoCreative Agent API
1/7 registries