Spring Framework · Capability

Spring Boot Actuator API — Mappings

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

Run with Naftiko SpringMappings

What You Can Do

GET
Getmappings — Get Request Mappings
/v1/mappings

MCP Tools

get-request-mappings

Get Request Mappings

read-only idempotent

Capability Spec

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