DreamFactory · Capability

DreamFactory System API — ServiceType

DreamFactory System API — ServiceType. 1 operations. Lead operation: DreamFactory List service types. Self-contained Naftiko capability covering one Dreamfactory business surface.

Run with Naftiko DreamfactoryServiceType

What You Can Do

GET
Listservicetypes — DreamFactory List service types
/v1/system/service-type

MCP Tools

dreamfactory-list-service-types

DreamFactory List service types

read-only idempotent

Capability Spec

system-servicetype.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DreamFactory System API — ServiceType
  description: 'DreamFactory System API — ServiceType. 1 operations. Lead operation: DreamFactory List service types. Self-contained
    Naftiko capability covering one Dreamfactory business surface.'
  tags:
  - Dreamfactory
  - ServiceType
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DREAMFACTORY_API_KEY: DREAMFACTORY_API_KEY
capability:
  consumes:
  - type: http
    namespace: system-servicetype
    baseUri: https://{instance}/api/v2
    description: DreamFactory System API — ServiceType business capability. Self-contained, no shared references.
    resources:
    - name: system-service_type
      path: /system/service_type
      operations:
      - name: listservicetypes
        method: GET
        description: DreamFactory List service types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-DreamFactory-Session-Token
      value: '{{env.DREAMFACTORY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: system-servicetype-rest
    port: 8080
    description: REST adapter for DreamFactory System API — ServiceType. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/system/service-type
      name: system-service-type
      description: REST surface for system-service_type.
      operations:
      - method: GET
        name: listservicetypes
        description: DreamFactory List service types
        call: system-servicetype.listservicetypes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: system-servicetype-mcp
    port: 9090
    transport: http
    description: MCP adapter for DreamFactory System API — ServiceType. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: dreamfactory-list-service-types
      description: DreamFactory List service types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: system-servicetype.listservicetypes
      outputParameters:
      - type: object
        mapping: $.