InfluxDB · Capability

Complete InfluxDB Cloud API — Resources

Complete InfluxDB Cloud API — Resources. 1 operations. Lead operation: List all known resources. Self-contained Naftiko capability covering one Influxdb business surface.

Run with Naftiko InfluxdbResources

What You Can Do

GET
Getresources — List all known resources
/v1/api/v2/resources

MCP Tools

list-all-known-resources

List all known resources

read-only idempotent

Capability Spec

influxdb-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Complete InfluxDB Cloud API — Resources
  description: 'Complete InfluxDB Cloud API — Resources. 1 operations. Lead operation: List all known resources. Self-contained
    Naftiko capability covering one Influxdb business surface.'
  tags:
  - Influxdb
  - Resources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INFLUXDB_API_KEY: INFLUXDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: influxdb-resources
    baseUri: ''
    description: Complete InfluxDB Cloud API — Resources business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-resources
      path: /api/v2/resources
      operations:
      - name: getresources
        method: GET
        description: List all known resources
        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-resources-rest
    port: 8080
    description: REST adapter for Complete InfluxDB Cloud API — Resources. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/resources
      name: api-v2-resources
      description: REST surface for api-v2-resources.
      operations:
      - method: GET
        name: getresources
        description: List all known resources
        call: influxdb-resources.getresources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: influxdb-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Complete InfluxDB Cloud API — Resources. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-all-known-resources
      description: List all known resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: influxdb-resources.getresources
      outputParameters:
      - type: object
        mapping: $.