Rackspace Technology · Capability

Rackspace Customer Service API — Contacts

Rackspace Customer Service API — Contacts. 2 operations. Lead operation: Get List Of Contacts. Self-contained Naftiko capability covering one Rackspace Technology business surface.

Run with Naftiko Rackspace TechnologyContacts

What You Can Do

GET
Getlistofcontacts — Get List Of Contacts
/v1/v1/customer-accounts/{rcn}/contacts
GET
Getcontact — Get Contact
/v1/v1/customer-accounts/{rcn}/contacts/{contactid}

MCP Tools

get-list-contacts

Get List Of Contacts

read-only idempotent
get-contact

Get Contact

read-only idempotent

Capability Spec

rackspace-customer-service-contacts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Rackspace Customer Service API — Contacts
  description: 'Rackspace Customer Service API — Contacts. 2 operations. Lead operation: Get List Of Contacts. Self-contained
    Naftiko capability covering one Rackspace Technology business surface.'
  tags:
  - Rackspace Technology
  - Contacts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RACKSPACE_TECHNOLOGY_API_KEY: RACKSPACE_TECHNOLOGY_API_KEY
capability:
  consumes:
  - type: http
    namespace: rackspace-customer-service-contacts
    baseUri: https://accounts.api.rackspacecloud.com
    description: Rackspace Customer Service API — Contacts business capability. Self-contained, no shared references.
    resources:
    - name: v1-customer_accounts-rcn-contacts
      path: /v1/customer_accounts/{rcn}/contacts
      operations:
      - name: getlistofcontacts
        method: GET
        description: Get List Of Contacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-customer_accounts-rcn-contacts-contactId
      path: /v1/customer_accounts/{rcn}/contacts/{contactId}
      operations:
      - name: getcontact
        method: GET
        description: Get Contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.RACKSPACE_TECHNOLOGY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rackspace-customer-service-contacts-rest
    port: 8080
    description: REST adapter for Rackspace Customer Service API — Contacts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/customer-accounts/{rcn}/contacts
      name: v1-customer-accounts-rcn-contacts
      description: REST surface for v1-customer_accounts-rcn-contacts.
      operations:
      - method: GET
        name: getlistofcontacts
        description: Get List Of Contacts
        call: rackspace-customer-service-contacts.getlistofcontacts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/customer-accounts/{rcn}/contacts/{contactid}
      name: v1-customer-accounts-rcn-contacts-contactid
      description: REST surface for v1-customer_accounts-rcn-contacts-contactId.
      operations:
      - method: GET
        name: getcontact
        description: Get Contact
        call: rackspace-customer-service-contacts.getcontact
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rackspace-customer-service-contacts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Rackspace Customer Service API — Contacts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-list-contacts
      description: Get List Of Contacts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-customer-service-contacts.getlistofcontacts
      outputParameters:
      - type: object
        mapping: $.
    - name: get-contact
      description: Get Contact
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-customer-service-contacts.getcontact
      outputParameters:
      - type: object
        mapping: $.