Apache OpenMeetings · Capability

Apache OpenMeetings REST API — InfoService

Apache OpenMeetings REST API — InfoService. 3 operations. Lead operation: Apache OpenMeetings GetHealth. Self-contained Naftiko capability covering one Apache Openmeetings business surface.

Run with Naftiko Apache OpenmeetingsInfoService

What You Can Do

GET
Gethealth — Apache OpenMeetings GetHealth
/v1/info/health
GET
Getmanifest — Apache OpenMeetings GetManifest
/v1/info/manifest-webmanifest
GET
Getversion — Apache OpenMeetings GetVersion
/v1/info/version

MCP Tools

apache-openmeetings-gethealth

Apache OpenMeetings GetHealth

read-only idempotent
apache-openmeetings-getmanifest

Apache OpenMeetings GetManifest

read-only idempotent
apache-openmeetings-getversion

Apache OpenMeetings GetVersion

read-only idempotent

Capability Spec

rest-infoservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache OpenMeetings REST API — InfoService
  description: 'Apache OpenMeetings REST API — InfoService. 3 operations. Lead operation: Apache OpenMeetings GetHealth. Self-contained
    Naftiko capability covering one Apache Openmeetings business surface.'
  tags:
  - Apache Openmeetings
  - InfoService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_OPENMEETINGS_API_KEY: APACHE_OPENMEETINGS_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-infoservice
    baseUri: https://{host}:5443/openmeetings/services
    description: Apache OpenMeetings REST API — InfoService business capability. Self-contained, no shared references.
    resources:
    - name: info-health
      path: /info/health
      operations:
      - name: gethealth
        method: GET
        description: Apache OpenMeetings GetHealth
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: info-manifest.webmanifest
      path: /info/manifest.webmanifest
      operations:
      - name: getmanifest
        method: GET
        description: Apache OpenMeetings GetManifest
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: info-version
      path: /info/version
      operations:
      - name: getversion
        method: GET
        description: Apache OpenMeetings GetVersion
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-infoservice-rest
    port: 8080
    description: REST adapter for Apache OpenMeetings REST API — InfoService. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/info/health
      name: info-health
      description: REST surface for info-health.
      operations:
      - method: GET
        name: gethealth
        description: Apache OpenMeetings GetHealth
        call: rest-infoservice.gethealth
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/info/manifest-webmanifest
      name: info-manifest-webmanifest
      description: REST surface for info-manifest.webmanifest.
      operations:
      - method: GET
        name: getmanifest
        description: Apache OpenMeetings GetManifest
        call: rest-infoservice.getmanifest
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/info/version
      name: info-version
      description: REST surface for info-version.
      operations:
      - method: GET
        name: getversion
        description: Apache OpenMeetings GetVersion
        call: rest-infoservice.getversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-infoservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache OpenMeetings REST API — InfoService. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: apache-openmeetings-gethealth
      description: Apache OpenMeetings GetHealth
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-infoservice.gethealth
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-openmeetings-getmanifest
      description: Apache OpenMeetings GetManifest
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-infoservice.getmanifest
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-openmeetings-getversion
      description: Apache OpenMeetings GetVersion
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-infoservice.getversion
      outputParameters:
      - type: object
        mapping: $.