Netlify · Capability

Netlify Netlify's API documentation — hookType

Netlify Netlify's API documentation — hookType. 1 operations. Lead operation: hookType. Self-contained Naftiko capability covering one Netlify business surface.

Run with Naftiko NetlifyhookType

What You Can Do

GET
Listhooktypes — listhooktypes
/v1/hooks/types

MCP Tools

listhooktypes

listhooktypes

read-only idempotent

Capability Spec

netlify-hooktype.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Netlify Netlify's API documentation — hookType
  description: 'Netlify Netlify''s API documentation — hookType. 1 operations. Lead operation: hookType. Self-contained Naftiko
    capability covering one Netlify business surface.'
  tags:
  - Netlify
  - hookType
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NETLIFY_API_KEY: NETLIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: netlify-hooktype
    baseUri: https://api.netlify.com/api/v1
    description: Netlify Netlify's API documentation — hookType business capability. Self-contained, no shared references.
    resources:
    - name: hooks-types
      path: /hooks/types
      operations:
      - name: listhooktypes
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.NETLIFY_API_KEY}}'
  exposes:
  - type: rest
    namespace: netlify-hooktype-rest
    port: 8080
    description: REST adapter for Netlify Netlify's API documentation — hookType. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/hooks/types
      name: hooks-types
      description: REST surface for hooks-types.
      operations:
      - method: GET
        name: listhooktypes
        description: listhooktypes
        call: netlify-hooktype.listhooktypes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: netlify-hooktype-mcp
    port: 9090
    transport: http
    description: MCP adapter for Netlify Netlify's API documentation — hookType. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: listhooktypes
      description: listhooktypes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: netlify-hooktype.listhooktypes
      outputParameters:
      - type: object
        mapping: $.