Gandi · Capability

Gandi Domain API — Availability

Gandi Domain API — Availability. 1 operations. Lead operation: Check domain availability. Self-contained Naftiko capability covering one Gandi business surface.

Run with Naftiko GandiAvailability

What You Can Do

GET
Get — Check domain availability
/v1/check

MCP Tools

check-domain-availability

Check domain availability

read-only idempotent

Capability Spec

domains-availability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gandi Domain API — Availability
  description: 'Gandi Domain API — Availability. 1 operations. Lead operation: Check domain availability. Self-contained Naftiko
    capability covering one Gandi business surface.'
  tags:
  - Gandi
  - Availability
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GANDI_API_KEY: GANDI_API_KEY
capability:
  consumes:
  - type: http
    namespace: domains-availability
    baseUri: https://api.gandi.net/v5/domain
    description: Gandi Domain API — Availability business capability. Self-contained, no shared references.
    resources:
    - name: check
      path: /check
      operations:
      - name: get
        method: GET
        description: Check domain availability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GANDI_API_KEY}}'
  exposes:
  - type: rest
    namespace: domains-availability-rest
    port: 8080
    description: REST adapter for Gandi Domain API — Availability. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/check
      name: check
      description: REST surface for check.
      operations:
      - method: GET
        name: get
        description: Check domain availability
        call: domains-availability.get
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: domains-availability-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gandi Domain API — Availability. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: check-domain-availability
      description: Check domain availability
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: domains-availability.get
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.