{"query":"geocode","count":4,"results":[{"slug":"geocode","name":"Geocode address","route":"GET /api/geocode","price":"$0.003","callExample":{"method":"GET","path":"/api/geocode","query":{"q":"1600 Pennsylvania Ave NW, Washington, DC","limit":1}},"example":{"q":"1600 Pennsylvania Ave NW, Washington, DC","limit":1},"required":["q"],"inputSchema":{"properties":{"q":{"type":"string","description":"Free-form address or place name"},"limit":{"type":"number","description":"Results to return, 1-10 (default 1)"},"countryCodes":{"type":"string","description":"Comma-separated ISO-3166-1 alpha-2 codes to restrict, e.g. us,ca (optional)"}},"required":["q"]},"category":"data","description":"Resolve a free-form address or place name to coordinates: lat/lon, display name, bounding box, place type. OpenStreetMap/Nominatim, no key. ?q=1600+Pennsylvania+Ave+Washington+DC&limit=1.","score":13,"computePayable":false,"docs":"https://agent402.tools/tools/geocode"},{"slug":"reverse-geocode","name":"Reverse geocode","route":"GET /api/reverse-geocode","price":"$0.003","callExample":{"method":"GET","path":"/api/reverse-geocode","query":{"lat":38.8977,"lon":-77.0365}},"example":{"lat":38.8977,"lon":-77.0365},"required":["lat","lon"],"inputSchema":{"properties":{"lat":{"type":"number","description":"Latitude, -90 to 90"},"lon":{"type":"number","description":"Longitude, -180 to 180"},"zoom":{"type":"number","description":"Detail level, 3 (country) to 18 (building). Default 18."}},"required":["lat","lon"]},"category":"data","description":"Resolve a lat/lon to a structured postal address: road, house number, city, state, postcode, country (with ISO code). OpenStreetMap/Nominatim, no key. ?lat=38.8977&lon=-77.0365.","score":7,"computePayable":false,"docs":"https://agent402.tools/tools/reverse-geocode"},{"slug":"skill-trip-planner","name":"Skill: Multi-stop trip planner","route":"POST /api/skill/trip-planner","price":"$0.050","callExample":{"method":"POST","path":"/api/skill/trip-planner","body":{"stops":"New York NY, Pittsburgh PA, Cleveland OH, Chicago IL","startIso":"2026-07-20T08:00:00Z"}},"example":{"stops":"New York NY, Pittsburgh PA, Cleveland OH, Chicago IL","startIso":"2026-07-20T08:00:00Z"},"required":["stops","startIso"],"inputSchema":{"properties":{"stops":{"type":"string","description":"comma-separated ordered list of stops (e.g. 'New York NY, Pittsburgh PA, Cleveland OH, Chicago IL')"},"startIso":{"type":"string","description":"trip start time as UTC ISO 8601 (e.g. '2026-07-20T08:00:00Z')"}},"required":["stops","startIso"]},"category":"skill-pack","description":"Bundled execution of the Multi-stop trip planner workflow — Plan a multi-stop journey deterministically: geocode each stop, sum the pairwise haversine distances, estimate arrival times by adding driving hours per leg, count business days from today to each arrival, and pull the weather forecast at every US stop. Six tools — three pure-CPU (math + time), three egress (geocoding + weather) — covering the deterministic skeleton of every road-trip / sales-tour / delivery-route planning problem. One x402 payment runs 6 underlying tools (geocode, geo-distance, add-time, business-days, time-convert, weather-forecast); partial-success per step.","score":1,"computePayable":false,"docs":"https://agent402.tools/tools/skill-trip-planner"},{"slug":"skill-location-intel","name":"Skill: Location intel","route":"POST /api/skill/location-intel","price":"$0.10","callExample":{"method":"POST","path":"/api/skill/location-intel","body":{"address":"1600 Pennsylvania Ave NW Washington DC"}},"example":{"address":"1600 Pennsylvania Ave NW Washington DC"},"required":["address"],"inputSchema":{"properties":{"address":{"type":"string","description":"Address or place name (e.g. '1600 Pennsylvania Ave NW Washington DC' or 'Joshua Tree National Park')"}},"required":["address"]},"category":"skill-pack","description":"Bundled execution of the Location intel workflow — Point at an address (or even a rough place name) and assemble the situational brief: precise coordinates, the canonical postal address, what's within walking distance, the live weather forecast, active NWS hazard alerts, and recent seismic activity. The deterministic 'what should I know about this place right now?' workup. One x402 payment runs 6 underlying tools (geocode, reverse-geocode, place-search, weather-forecast, weather-alerts, earthquakes); partial-success per step.","score":1,"computePayable":false,"docs":"https://agent402.tools/tools/skill-location-intel"}],"packs":[{"slug":"trip-planner","title":"Multi-stop trip planner","tagline":"Plan a multi-stop journey deterministically: geocode each stop, sum the pairwise haversine distances, estimate arrival times by adding driving hours per leg, count business days from today to each arrival, and pull the weather forecast at every US stop. Six tools — three pure-CPU (math + time), three egress (geocoding + weather) — covering the deterministic skeleton of every road-trip / sales-tour / delivery-route planning problem.","toolSlugs":["geocode","geo-distance","add-time","business-days","time-convert","weather-forecast"],"score":7,"url":"https://agent402.tools/skills/trip-planner","promptName":"trip-planner"},{"slug":"location-intel","title":"Location intel","tagline":"Point at an address (or even a rough place name) and assemble the situational brief: precise coordinates, the canonical postal address, what's within walking distance, the live weather forecast, active NWS hazard alerts, and recent seismic activity. The deterministic 'what should I know about this place right now?' workup.","toolSlugs":["geocode","reverse-geocode","place-search","weather-forecast","weather-alerts","earthquakes"],"score":6,"url":"https://agent402.tools/skills/location-intel","promptName":"location-intel"}]}