Snowflake · Capability

Snowflake API Integration API — api-integration

Snowflake API Integration API — api-integration. 5 operations. Lead operation: List Api Integrations. Self-contained Naftiko capability covering one Snowflake business surface.

Run with Naftiko Snowflakeapi-integration

What You Can Do

GET
Listapiintegrations — List Api Integrations
/v1/api/v2/api-integrations
POST
Createapiintegration — Create an Api Integration
/v1/api/v2/api-integrations
GET
Fetchapiintegration — Fetch an Api Integration
/v1/api/v2/api-integrations/{name}
PUT
Createoralterapiintegration — Create an (or Alter an Existing) Api Integration
/v1/api/v2/api-integrations/{name}
DELETE
Deleteapiintegration — Delete an Api Integration
/v1/api/v2/api-integrations/{name}

MCP Tools

list-api-integrations

List Api Integrations

read-only idempotent
create-api-integration

Create an Api Integration

fetch-api-integration

Fetch an Api Integration

read-only idempotent
create-alter-existing-api-integration

Create an (or Alter an Existing) Api Integration

idempotent
delete-api-integration

Delete an Api Integration

idempotent

Capability Spec

api-integration-api-integration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Snowflake API Integration API — api-integration
  description: 'Snowflake API Integration API — api-integration. 5 operations. Lead operation: List Api Integrations. Self-contained
    Naftiko capability covering one Snowflake business surface.'
  tags:
  - Snowflake
  - api-integration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SNOWFLAKE_API_KEY: SNOWFLAKE_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-integration-api-integration
    baseUri: https://org-account.snowflakecomputing.com
    description: Snowflake API Integration API — api-integration business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-api-integrations
      path: /api/v2/api-integrations
      operations:
      - name: listapiintegrations
        method: GET
        description: List Api Integrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createapiintegration
        method: POST
        description: Create an Api Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v2-api-integrations-name
      path: /api/v2/api-integrations/{name}
      operations:
      - name: fetchapiintegration
        method: GET
        description: Fetch an Api Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createoralterapiintegration
        method: PUT
        description: Create an (or Alter an Existing) Api Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteapiintegration
        method: DELETE
        description: Delete an Api Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: api-integration-api-integration-rest
    port: 8080
    description: REST adapter for Snowflake API Integration API — api-integration. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v2/api-integrations
      name: api-v2-api-integrations
      description: REST surface for api-v2-api-integrations.
      operations:
      - method: GET
        name: listapiintegrations
        description: List Api Integrations
        call: api-integration-api-integration.listapiintegrations
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createapiintegration
        description: Create an Api Integration
        call: api-integration-api-integration.createapiintegration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/api-integrations/{name}
      name: api-v2-api-integrations-name
      description: REST surface for api-v2-api-integrations-name.
      operations:
      - method: GET
        name: fetchapiintegration
        description: Fetch an Api Integration
        call: api-integration-api-integration.fetchapiintegration
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: createoralterapiintegration
        description: Create an (or Alter an Existing) Api Integration
        call: api-integration-api-integration.createoralterapiintegration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapiintegration
        description: Delete an Api Integration
        call: api-integration-api-integration.deleteapiintegration
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-integration-api-integration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Snowflake API Integration API — api-integration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-api-integrations
      description: List Api Integrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-integration-api-integration.listapiintegrations
      outputParameters:
      - type: object
        mapping: $.
    - name: create-api-integration
      description: Create an Api Integration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: api-integration-api-integration.createapiintegration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fetch-api-integration
      description: Fetch an Api Integration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-integration-api-integration.fetchapiintegration
      outputParameters:
      - type: object
        mapping: $.
    - name: create-alter-existing-api-integration
      description: Create an (or Alter an Existing) Api Integration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: api-integration-api-integration.createoralterapiintegration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-api-integration
      description: Delete an Api Integration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: api-integration-api-integration.deleteapiintegration
      outputParameters:
      - type: object
        mapping: $.