AT&T · Capability

AT&T MVNX API — Geographic Sites

AT&T MVNX API — Geographic Sites. 1 operations. Lead operation: AT&T List Geographic Sites. Self-contained Naftiko capability covering one At And T business surface.

Run with Naftiko At And TGeographic Sites

What You Can Do

GET
Listgeographicsites — AT&T List Geographic Sites
/v1/geographicsite

MCP Tools

at-t-list-geographic-sites

AT&T List Geographic Sites

read-only idempotent

Capability Spec

mvnx-geographic-sites.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T MVNX API — Geographic Sites
  description: 'AT&T MVNX API — Geographic Sites. 1 operations. Lead operation: AT&T List Geographic Sites. Self-contained
    Naftiko capability covering one At And T business surface.'
  tags:
  - At And T
  - Geographic Sites
  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-geographic-sites
    baseUri: https://devex-web.att.com
    description: AT&T MVNX API — Geographic Sites business capability. Self-contained, no shared references.
    resources:
    - name: geographicSite
      path: /geographicSite
      operations:
      - name: listgeographicsites
        method: GET
        description: AT&T List Geographic Sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceType
          in: query
          type: string
          description: Filter by service type
    authentication:
      type: apikey
      key: X-Client-Id
      value: '{{env.AT_AND_T_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: mvnx-geographic-sites-rest
    port: 8080
    description: REST adapter for AT&T MVNX API — Geographic Sites. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/geographicsite
      name: geographicsite
      description: REST surface for geographicSite.
      operations:
      - method: GET
        name: listgeographicsites
        description: AT&T List Geographic Sites
        call: mvnx-geographic-sites.listgeographicsites
        with:
          serviceType: rest.serviceType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mvnx-geographic-sites-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T MVNX API — Geographic Sites. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: at-t-list-geographic-sites
      description: AT&T List Geographic Sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mvnx-geographic-sites.listgeographicsites
      with:
        serviceType: tools.serviceType
      outputParameters:
      - type: object
        mapping: $.