AT&T · Capability

AT&T MVNX API — Service Management

AT&T MVNX API — Service Management. 1 operations. Lead operation: AT&T Get Service (HLR Registration). Self-contained Naftiko capability covering one At And T business surface.

Run with Naftiko At And TService Management

What You Can Do

GET
Getservice — AT&T Get Service (HLR Registration)
/v1/service/{id}

MCP Tools

at-t-get-service-hlr-registration

AT&T Get Service (HLR Registration)

read-only idempotent

Capability Spec

mvnx-service-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T MVNX API — Service Management
  description: 'AT&T MVNX API — Service Management. 1 operations. Lead operation: AT&T Get Service (HLR Registration). Self-contained
    Naftiko capability covering one At And T business surface.'
  tags:
  - At And T
  - Service Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AT_AND_T_API_KEY: AT_AND_T_API_KEY
capability:
  consumes:
  - type: http
    namespace: mvnx-service-management
    baseUri: https://devex-web.att.com
    description: AT&T MVNX API — Service Management business capability. Self-contained, no shared references.
    resources:
    - name: service-id
      path: /service/{id}
      operations:
      - name: getservice
        method: GET
        description: AT&T Get Service (HLR Registration)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Service ID
          required: true
    authentication:
      type: apikey
      key: X-Client-Id
      value: '{{env.AT_AND_T_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: mvnx-service-management-rest
    port: 8080
    description: REST adapter for AT&T MVNX API — Service Management. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/service/{id}
      name: service-id
      description: REST surface for service-id.
      operations:
      - method: GET
        name: getservice
        description: AT&T Get Service (HLR Registration)
        call: mvnx-service-management.getservice
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mvnx-service-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T MVNX API — Service Management. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: at-t-get-service-hlr-registration
      description: AT&T Get Service (HLR Registration)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mvnx-service-management.getservice
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.