InfluxDB · Capability

Complete InfluxDB Cloud API

Complete InfluxDB Cloud API. 1 operations. Lead operation: Get a mapbox token. Self-contained Naftiko capability covering one Influxdb business surface.

Run with Naftiko Influxdb

What You Can Do

GET
Getmapboxtoken — Get a mapbox token
/v1/api/v2/maps/maptoken

MCP Tools

get-mapbox-token

Get a mapbox token

read-only idempotent

Capability Spec

influxdb-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Complete InfluxDB Cloud API
  description: 'Complete InfluxDB Cloud API. 1 operations. Lead operation: Get a mapbox token. Self-contained Naftiko capability
    covering one Influxdb business surface.'
  tags:
  - Influxdb
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INFLUXDB_API_KEY: INFLUXDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: influxdb-general
    baseUri: ''
    description: Complete InfluxDB Cloud API business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-maps-mapToken
      path: /api/v2/maps/mapToken
      operations:
      - name: getmapboxtoken
        method: GET
        description: Get a mapbox token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.INFLUXDB_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: influxdb-general-rest
    port: 8080
    description: REST adapter for Complete InfluxDB Cloud API. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/maps/maptoken
      name: api-v2-maps-maptoken
      description: REST surface for api-v2-maps-mapToken.
      operations:
      - method: GET
        name: getmapboxtoken
        description: Get a mapbox token
        call: influxdb-general.getmapboxtoken
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: influxdb-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Complete InfluxDB Cloud API. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-mapbox-token
      description: Get a mapbox token
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: influxdb-general.getmapboxtoken
      outputParameters:
      - type: object
        mapping: $.