Apache Guacamole · Capability

Apache Guacamole REST API — History

Apache Guacamole REST API — History. 1 operations. Lead operation: Apache Guacamole List Connection History. Self-contained Naftiko capability covering one Apache Guacamole business surface.

Run with Naftiko Apache GuacamoleHistory

What You Can Do

GET
Listconnectionhistory — Apache Guacamole List Connection History
/v1/api/session/data/{datasource}/history/connections

MCP Tools

apache-guacamole-list-connection-history

Apache Guacamole List Connection History

read-only idempotent

Capability Spec

rest-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache Guacamole REST API — History
  description: 'Apache Guacamole REST API — History. 1 operations. Lead operation: Apache Guacamole List Connection History.
    Self-contained Naftiko capability covering one Apache Guacamole business surface.'
  tags:
  - Apache Guacamole
  - History
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_GUACAMOLE_API_KEY: APACHE_GUACAMOLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-history
    baseUri: http://localhost:8080/guacamole
    description: Apache Guacamole REST API — History business capability. Self-contained, no shared references.
    resources:
    - name: api-session-data-dataSource-history-connections
      path: /api/session/data/{dataSource}/history/connections
      operations:
      - name: listconnectionhistory
        method: GET
        description: Apache Guacamole List Connection History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSource
          in: path
          type: string
          description: The data source identifier
          required: true
        - name: Guacamole-Token
          in: header
          type: string
          description: Authentication token
          required: true
    authentication:
      type: apikey
      key: Guacamole-Token
      value: '{{env.APACHE_GUACAMOLE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rest-history-rest
    port: 8080
    description: REST adapter for Apache Guacamole REST API — History. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/session/data/{datasource}/history/connections
      name: api-session-data-datasource-history-connections
      description: REST surface for api-session-data-dataSource-history-connections.
      operations:
      - method: GET
        name: listconnectionhistory
        description: Apache Guacamole List Connection History
        call: rest-history.listconnectionhistory
        with:
          dataSource: rest.dataSource
          Guacamole-Token: rest.Guacamole-Token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache Guacamole REST API — History. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-guacamole-list-connection-history
      description: Apache Guacamole List Connection History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-history.listconnectionhistory
      with:
        dataSource: tools.dataSource
        Guacamole-Token: tools.Guacamole-Token
      outputParameters:
      - type: object
        mapping: $.