Spring Boot 3 · Capability

Spring Boot 3 Actuator API — Info

Spring Boot 3 Actuator API — Info. 1 operations. Lead operation: Get Application Info. Self-contained Naftiko capability covering one Spring Boot 3 business surface.

Run with Naftiko Spring Boot 3Info

What You Can Do

GET
Getinfo — Get Application Info
/v1/info

MCP Tools

get-application-info

Get Application Info

read-only idempotent

Capability Spec

actuator-info.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spring Boot 3 Actuator API — Info
  description: 'Spring Boot 3 Actuator API — Info. 1 operations. Lead operation: Get Application Info. Self-contained Naftiko
    capability covering one Spring Boot 3 business surface.'
  tags:
  - Spring Boot 3
  - Info
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SPRING_BOOT_3_API_KEY: SPRING_BOOT_3_API_KEY
capability:
  consumes:
  - type: http
    namespace: actuator-info
    baseUri: http://localhost:8080/actuator
    description: Spring Boot 3 Actuator API — Info business capability. Self-contained, no shared references.
    resources:
    - name: info
      path: /info
      operations:
      - name: getinfo
        method: GET
        description: Get Application Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: actuator-info-rest
    port: 8080
    description: REST adapter for Spring Boot 3 Actuator API — Info. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/info
      name: info
      description: REST surface for info.
      operations:
      - method: GET
        name: getinfo
        description: Get Application Info
        call: actuator-info.getinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: actuator-info-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spring Boot 3 Actuator API — Info. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-application-info
      description: Get Application Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: actuator-info.getinfo
      outputParameters:
      - type: object
        mapping: $.