Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Calculate Distance
geodb_cities:calculate_distance
Calculate the distance between two cities.
Write
Low risk
Find Nearby Cities
geodb_cities:find_nearby_cities
Find cities within a specified radius of a reference city.
Read
Low risk
Get City
geodb_cities:get_city
Fetch detailed information about a specific city by ID.
Read
Low risk
Get Country
geodb_cities:get_country
Fetch detailed information about a specific country by code.
Read
Low risk
Get Region
geodb_cities:get_region
Fetch detailed information about a specific region/state within a country.
Read
Low risk
List Cities
geodb_cities:list_cities
Search and list cities with optional filters for country, name, and population.
Read
Low risk
List Countries
geodb_cities:list_countries
List countries with optional filters for name and currency.
Read
Low risk
List Regions
geodb_cities:list_regions
List regions/states within a specific country with optional name filtering.
Read
Low risk
Search Places
geodb_cities:search_places
Search for places (cities, regions, etc.) by name with flexible filtering options.
Read
Low risk