Wallarm · Capability

Wallarm API — Applications

Wallarm API — Applications. 1 operations. Lead operation: List Applications. Self-contained Naftiko capability covering one Wallarm business surface.

Run with Naftiko WallarmApplications

What You Can Do

POST
Listapplications — List Applications
/v1/v1/objects/application

MCP Tools

list-applications

List Applications

read-only

Capability Spec

wallarm-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Wallarm API — Applications
  description: 'Wallarm API — Applications. 1 operations. Lead operation: List Applications. Self-contained Naftiko capability
    covering one Wallarm business surface.'
  tags:
  - Wallarm
  - Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WALLARM_API_KEY: WALLARM_API_KEY
capability:
  consumes:
  - type: http
    namespace: wallarm-applications
    baseUri: https://us1.api.wallarm.com
    description: Wallarm API — Applications business capability. Self-contained, no shared references.
    resources:
    - name: v1-objects-application
      path: /v1/objects/application
      operations:
      - name: listapplications
        method: POST
        description: List Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-WallarmApi-Token
      value: '{{env.WALLARM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: wallarm-applications-rest
    port: 8080
    description: REST adapter for Wallarm API — Applications. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/objects/application
      name: v1-objects-application
      description: REST surface for v1-objects-application.
      operations:
      - method: POST
        name: listapplications
        description: List Applications
        call: wallarm-applications.listapplications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wallarm-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Wallarm API — Applications. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-applications
      description: List Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: wallarm-applications.listapplications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.