AIMLAPI · Capability

AIMLAPI AI/ML API Documentation — Models

AIMLAPI AI/ML API Documentation — Models. 1 operations. Lead operation: AIMLAPI List Models. Self-contained Naftiko capability covering one Aimlapi business surface.

Run with Naftiko AimlapiModels

What You Can Do

GET
Get — AIMLAPI List Models
/v1/models

MCP Tools

aimlapi-list-models

AIMLAPI List Models

read-only idempotent

Capability Spec

aimlapi-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AIMLAPI AI/ML API Documentation — Models
  description: 'AIMLAPI AI/ML API Documentation — Models. 1 operations. Lead operation: AIMLAPI List Models. Self-contained
    Naftiko capability covering one Aimlapi business surface.'
  tags:
  - Aimlapi
  - Models
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AIMLAPI_API_KEY: AIMLAPI_API_KEY
capability:
  consumes:
  - type: http
    namespace: aimlapi-models
    baseUri: http://{{baseurl}}
    description: AIMLAPI AI/ML API Documentation — Models business capability. Self-contained, no shared references.
    resources:
    - name: models
      path: /models
      operations:
      - name: get
        method: GET
        description: AIMLAPI List Models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.AIMLAPI_API_KEY}}'
  exposes:
  - type: rest
    namespace: aimlapi-models-rest
    port: 8080
    description: REST adapter for AIMLAPI AI/ML API Documentation — Models. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/models
      name: models
      description: REST surface for models.
      operations:
      - method: GET
        name: get
        description: AIMLAPI List Models
        call: aimlapi-models.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aimlapi-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for AIMLAPI AI/ML API Documentation — Models. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: aimlapi-list-models
      description: AIMLAPI List Models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aimlapi-models.get
      outputParameters:
      - type: object
        mapping: $.