Ryder System · Capability

Ryder Fleet Management API — Locations

Ryder Fleet Management API — Locations. 1 operations. Lead operation: List Locations. Self-contained Naftiko capability covering one Ryder System business surface.

Run with Naftiko Ryder SystemLocations

What You Can Do

GET
Listlocations — List Locations
/v1/locations

MCP Tools

list-locations

List Locations

read-only idempotent

Capability Spec

ryder-fleet-management-locations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ryder Fleet Management API — Locations
  description: 'Ryder Fleet Management API — Locations. 1 operations. Lead operation: List Locations. Self-contained Naftiko
    capability covering one Ryder System business surface.'
  tags:
  - Ryder System
  - Locations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RYDER_SYSTEM_API_KEY: RYDER_SYSTEM_API_KEY
capability:
  consumes:
  - type: http
    namespace: ryder-fleet-management-locations
    baseUri: https://developer.ryder.com/fms/apis
    description: Ryder Fleet Management API — Locations business capability. Self-contained, no shared references.
    resources:
    - name: locations
      path: /locations
      operations:
      - name: listlocations
        method: GET
        description: List Locations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Ocp-Apim-Subscription-Key
      value: '{{env.RYDER_SYSTEM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: ryder-fleet-management-locations-rest
    port: 8080
    description: REST adapter for Ryder Fleet Management API — Locations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/locations
      name: locations
      description: REST surface for locations.
      operations:
      - method: GET
        name: listlocations
        description: List Locations
        call: ryder-fleet-management-locations.listlocations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ryder-fleet-management-locations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ryder Fleet Management API — Locations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-locations
      description: List Locations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ryder-fleet-management-locations.listlocations
      outputParameters:
      - type: object
        mapping: $.