Envoy Proxy · Capability

Envoy Proxy Admin API — Server

Envoy Proxy Admin API — Server. 4 operations. Lead operation: Envoy Proxy Get Hot Restart Version. Self-contained Naftiko capability covering one Envoy Proxy business surface.

Run with Naftiko Envoy ProxyServer

What You Can Do

GET
Gethotrestartversion — Envoy Proxy Get Hot Restart Version
/v1/hot-restart-version
GET
Getmemory — Envoy Proxy Get Memory Usage
/v1/memory
POST
Postquitquitquit — Envoy Proxy Shutdown Server
/v1/quitquitquit
GET
Getserverinfo — Envoy Proxy Get Server Information
/v1/server-info

MCP Tools

envoy-proxy-get-hot-restart

Envoy Proxy Get Hot Restart Version

read-only idempotent
envoy-proxy-get-memory-usage

Envoy Proxy Get Memory Usage

read-only idempotent
envoy-proxy-shutdown-server

Envoy Proxy Shutdown Server

envoy-proxy-get-server-information

Envoy Proxy Get Server Information

read-only idempotent

Capability Spec

admin-server.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Envoy Proxy Admin API — Server
  description: 'Envoy Proxy Admin API — Server. 4 operations. Lead operation: Envoy Proxy Get Hot Restart Version. Self-contained
    Naftiko capability covering one Envoy Proxy business surface.'
  tags:
  - Envoy Proxy
  - Server
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENVOY_PROXY_API_KEY: ENVOY_PROXY_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-server
    baseUri: http://localhost:9901
    description: Envoy Proxy Admin API — Server business capability. Self-contained, no shared references.
    resources:
    - name: hot_restart_version
      path: /hot_restart_version
      operations:
      - name: gethotrestartversion
        method: GET
        description: Envoy Proxy Get Hot Restart Version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: memory
      path: /memory
      operations:
      - name: getmemory
        method: GET
        description: Envoy Proxy Get Memory Usage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: quitquitquit
      path: /quitquitquit
      operations:
      - name: postquitquitquit
        method: POST
        description: Envoy Proxy Shutdown Server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: server_info
      path: /server_info
      operations:
      - name: getserverinfo
        method: GET
        description: Envoy Proxy Get Server Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: admin-server-rest
    port: 8080
    description: REST adapter for Envoy Proxy Admin API — Server. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/hot-restart-version
      name: hot-restart-version
      description: REST surface for hot_restart_version.
      operations:
      - method: GET
        name: gethotrestartversion
        description: Envoy Proxy Get Hot Restart Version
        call: admin-server.gethotrestartversion
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/memory
      name: memory
      description: REST surface for memory.
      operations:
      - method: GET
        name: getmemory
        description: Envoy Proxy Get Memory Usage
        call: admin-server.getmemory
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/quitquitquit
      name: quitquitquit
      description: REST surface for quitquitquit.
      operations:
      - method: POST
        name: postquitquitquit
        description: Envoy Proxy Shutdown Server
        call: admin-server.postquitquitquit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/server-info
      name: server-info
      description: REST surface for server_info.
      operations:
      - method: GET
        name: getserverinfo
        description: Envoy Proxy Get Server Information
        call: admin-server.getserverinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-server-mcp
    port: 9090
    transport: http
    description: MCP adapter for Envoy Proxy Admin API — Server. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: envoy-proxy-get-hot-restart
      description: Envoy Proxy Get Hot Restart Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-server.gethotrestartversion
      outputParameters:
      - type: object
        mapping: $.
    - name: envoy-proxy-get-memory-usage
      description: Envoy Proxy Get Memory Usage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-server.getmemory
      outputParameters:
      - type: object
        mapping: $.
    - name: envoy-proxy-shutdown-server
      description: Envoy Proxy Shutdown Server
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-server.postquitquitquit
      outputParameters:
      - type: object
        mapping: $.
    - name: envoy-proxy-get-server-information
      description: Envoy Proxy Get Server Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-server.getserverinfo
      outputParameters:
      - type: object
        mapping: $.