Apache EventMesh · Capability

Apache EventMesh Admin API — Registry

Apache EventMesh Admin API — Registry. 1 operations. Lead operation: Apache EventMesh Query Event Mesh Registry. Self-contained Naftiko capability covering one Apache Event Mesh business surface.

Run with Naftiko Apache Event MeshRegistry

What You Can Do

GET
Queryregistry — Apache EventMesh Query Event Mesh Registry
/v1/registry/query

MCP Tools

apache-eventmesh-query-event-mesh

Apache EventMesh Query Event Mesh Registry

read-only idempotent

Capability Spec

eventmesh-admin-registry.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache EventMesh Admin API — Registry
  description: 'Apache EventMesh Admin API — Registry. 1 operations. Lead operation: Apache EventMesh Query Event Mesh Registry.
    Self-contained Naftiko capability covering one Apache Event Mesh business surface.'
  tags:
  - Apache Event Mesh
  - Registry
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_EVENT_MESH_API_KEY: APACHE_EVENT_MESH_API_KEY
capability:
  consumes:
  - type: http
    namespace: eventmesh-admin-registry
    baseUri: http://localhost:10106
    description: Apache EventMesh Admin API — Registry business capability. Self-contained, no shared references.
    resources:
    - name: registry-query
      path: /registry/query
      operations:
      - name: queryregistry
        method: GET
        description: Apache EventMesh Query Event Mesh Registry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: eventmesh-admin-registry-rest
    port: 8080
    description: REST adapter for Apache EventMesh Admin API — Registry. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/registry/query
      name: registry-query
      description: REST surface for registry-query.
      operations:
      - method: GET
        name: queryregistry
        description: Apache EventMesh Query Event Mesh Registry
        call: eventmesh-admin-registry.queryregistry
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventmesh-admin-registry-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache EventMesh Admin API — Registry. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-eventmesh-query-event-mesh
      description: Apache EventMesh Query Event Mesh Registry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventmesh-admin-registry.queryregistry
      outputParameters:
      - type: object
        mapping: $.