Tomorrow.io · Capability

Locations

Locations is a Naftiko capability published by Tomorrow.io, one of 10 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

locations.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: locations
  description: Manage saved locations (points, polygons, lines) and tag-based cohorts on Tomorrow.io.
spec:
  api: tomorrow-io-locations-api
  operations:
    - operationId: listLocations
      method: GET
      path: /locations
    - operationId: getLocation
      method: GET
      path: /locations/{locationId}
    - operationId: createLocation
      method: POST
      path: /locations
    - operationId: updateLocation
      method: PUT
      path: /locations/{locationId}
    - operationId: deleteLocation
      method: DELETE
      path: /locations/{locationId}
    - operationId: addLocationTags
      method: POST
      path: /locations/tags/add
    - operationId: removeLocationTags
      method: POST
      path: /locations/tags/remove