InfluxDB · Capability

Complete InfluxDB Cloud API — Limits

Complete InfluxDB Cloud API — Limits. 1 operations. Lead operation: Retrieve limits for an organization. Self-contained Naftiko capability covering one Influxdb business surface.

Run with Naftiko InfluxdbLimits

What You Can Do

GET
Getorglimitsid — Retrieve limits for an organization
/v1/api/v2/orgs/{orgid}/limits

MCP Tools

retrieve-limits-organization

Retrieve limits for an organization

read-only idempotent

Capability Spec

influxdb-limits.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Complete InfluxDB Cloud API — Limits
  description: 'Complete InfluxDB Cloud API — Limits. 1 operations. Lead operation: Retrieve limits for an organization. Self-contained
    Naftiko capability covering one Influxdb business surface.'
  tags:
  - Influxdb
  - Limits
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INFLUXDB_API_KEY: INFLUXDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: influxdb-limits
    baseUri: ''
    description: Complete InfluxDB Cloud API — Limits business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-orgs-orgID-limits
      path: /api/v2/orgs/{orgID}/limits
      operations:
      - name: getorglimitsid
        method: GET
        description: Retrieve limits for an organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgID
          in: path
          type: string
          description: The ID of the organization.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.INFLUXDB_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: influxdb-limits-rest
    port: 8080
    description: REST adapter for Complete InfluxDB Cloud API — Limits. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/orgs/{orgid}/limits
      name: api-v2-orgs-orgid-limits
      description: REST surface for api-v2-orgs-orgID-limits.
      operations:
      - method: GET
        name: getorglimitsid
        description: Retrieve limits for an organization
        call: influxdb-limits.getorglimitsid
        with:
          orgID: rest.orgID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: influxdb-limits-mcp
    port: 9090
    transport: http
    description: MCP adapter for Complete InfluxDB Cloud API — Limits. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-limits-organization
      description: Retrieve limits for an organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: influxdb-limits.getorglimitsid
      with:
        orgID: tools.orgID
      outputParameters:
      - type: object
        mapping: $.