Mapulus is a platform that enables users to create, manage, and analyze interactive maps, integrating with various applications to automate tasks and leverage location insights.
Find locations by their external identifier. Returns a list of locations that match the provided external_id. External IDs are unique identifiers used for integrating Mapulus with external systems (CRM, databases, etc.). Returns an empty list if no matching locations are found.
Tool to retrieve detailed information about a map. Use when you have a map_id and need full map metadata.
Retrieves a paginated list of locations from Mapulus. This is a read-only operation that returns location data including coordinates. Use this to discover available locations, search by name, or browse location hierarchies. All parameters are optional - call with no parameters to list all locations. Supports filtering by name query and parent location ID, with pagination via offset/limit.
Retrieves a paginated list of all maps accessible to the authenticated user. Supports filtering by name/tag and sorting by various fields. Returns map metadata including IDs, titles, and timestamps. Use this to discover available maps before fetching detailed information or locations.