Windmill · Capability

Windmill API — raw_app

Windmill API — raw_app. 1 operations. Lead operation: List All Raw Apps. Self-contained Naftiko capability covering one Windmill business surface.

Run with Naftiko Windmillraw_app

What You Can Do

GET
Listrawapps — List All Raw Apps
/v1/w/{workspace}/raw-apps/list

MCP Tools

list-all-raw-apps

List All Raw Apps

read-only idempotent

Capability Spec

windmill-raw-app.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Windmill API — raw_app
  description: 'Windmill API — raw_app. 1 operations. Lead operation: List All Raw Apps. Self-contained Naftiko capability
    covering one Windmill business surface.'
  tags:
  - Windmill
  - raw_app
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WINDMILL_API_KEY: WINDMILL_API_KEY
capability:
  consumes:
  - type: http
    namespace: windmill-raw-app
    baseUri: ''
    description: Windmill API — raw_app business capability. Self-contained, no shared references.
    resources:
    - name: w-workspace-raw_apps-list
      path: /w/{workspace}/raw_apps/list
      operations:
      - name: listrawapps
        method: GET
        description: List All Raw Apps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: path_start
          in: query
          type: string
          description: mask to filter matching starting path
        - name: path_exact
          in: query
          type: string
          description: mask to filter exact matching path
        - name: starred_only
          in: query
          type: boolean
          description: (default false)
        - name: label
          in: query
          type: string
          description: Filter by label
    authentication:
      type: bearer
      token: '{{env.WINDMILL_API_KEY}}'
  exposes:
  - type: rest
    namespace: windmill-raw-app-rest
    port: 8080
    description: REST adapter for Windmill API — raw_app. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/w/{workspace}/raw-apps/list
      name: w-workspace-raw-apps-list
      description: REST surface for w-workspace-raw_apps-list.
      operations:
      - method: GET
        name: listrawapps
        description: List All Raw Apps
        call: windmill-raw-app.listrawapps
        with:
          path_start: rest.path_start
          path_exact: rest.path_exact
          starred_only: rest.starred_only
          label: rest.label
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: windmill-raw-app-mcp
    port: 9090
    transport: http
    description: MCP adapter for Windmill API — raw_app. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-raw-apps
      description: List All Raw Apps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: windmill-raw-app.listrawapps
      with:
        path_start: tools.path_start
        path_exact: tools.path_exact
        starred_only: tools.starred_only
        label: tools.label
      outputParameters:
      - type: object
        mapping: $.