Gandi · Capability

Gandi LiveDNS API — Utilities

Gandi LiveDNS API — Utilities. 1 operations. Lead operation: List record types. Self-contained Naftiko capability covering one Gandi business surface.

Run with Naftiko GandiUtilities

What You Can Do

GET
Get — List record types
/v1/dns/rrtypes

MCP Tools

list-record-types

List record types

read-only idempotent

Capability Spec

livedns-utilities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gandi LiveDNS API — Utilities
  description: 'Gandi LiveDNS API — Utilities. 1 operations. Lead operation: List record types. Self-contained Naftiko capability
    covering one Gandi business surface.'
  tags:
  - Gandi
  - Utilities
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GANDI_API_KEY: GANDI_API_KEY
capability:
  consumes:
  - type: http
    namespace: livedns-utilities
    baseUri: https://api.gandi.net/v5/livedns
    description: Gandi LiveDNS API — Utilities business capability. Self-contained, no shared references.
    resources:
    - name: dns-rrtypes
      path: /dns/rrtypes
      operations:
      - name: get
        method: GET
        description: List record types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.GANDI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: livedns-utilities-rest
    port: 8080
    description: REST adapter for Gandi LiveDNS API — Utilities. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/dns/rrtypes
      name: dns-rrtypes
      description: REST surface for dns-rrtypes.
      operations:
      - method: GET
        name: get
        description: List record types
        call: livedns-utilities.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: livedns-utilities-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gandi LiveDNS API — Utilities. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-record-types
      description: List record types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: livedns-utilities.get
      outputParameters:
      - type: object
        mapping: $.