AT&T · Capability

AT&T 5G Network APIs — Network Insights

AT&T 5G Network APIs — Network Insights. 1 operations. Lead operation: Get AT&T Network Insights Metrics. Self-contained Naftiko capability covering one Atandt business surface.

Run with Naftiko AtandtNetwork Insights

What You Can Do

POST
Getnetworkmetrics — Get AT&T Network Insights Metrics
/v1/network/insights/v1/metrics

MCP Tools

get-at-t-network-insights-metrics

Get AT&T Network Insights Metrics

read-only

Capability Spec

network-apis-network-insights.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T 5G Network APIs — Network Insights
  description: 'AT&T 5G Network APIs — Network Insights. 1 operations. Lead operation: Get AT&T Network Insights Metrics.
    Self-contained Naftiko capability covering one Atandt business surface.'
  tags:
  - Atandt
  - Network Insights
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATANDT_API_KEY: ATANDT_API_KEY
capability:
  consumes:
  - type: http
    namespace: network-apis-network-insights
    baseUri: https://api.att.com/camara
    description: AT&T 5G Network APIs — Network Insights business capability. Self-contained, no shared references.
    resources:
    - name: network-insights-v1-metrics
      path: /network/insights/v1/metrics
      operations:
      - name: getnetworkmetrics
        method: POST
        description: Get AT&T Network Insights Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ATANDT_API_KEY}}'
  exposes:
  - type: rest
    namespace: network-apis-network-insights-rest
    port: 8080
    description: REST adapter for AT&T 5G Network APIs — Network Insights. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/network/insights/v1/metrics
      name: network-insights-v1-metrics
      description: REST surface for network-insights-v1-metrics.
      operations:
      - method: POST
        name: getnetworkmetrics
        description: Get AT&T Network Insights Metrics
        call: network-apis-network-insights.getnetworkmetrics
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: network-apis-network-insights-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T 5G Network APIs — Network Insights. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-at-t-network-insights-metrics
      description: Get AT&T Network Insights Metrics
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: network-apis-network-insights.getnetworkmetrics
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.