Micronaut · Capability

Micronaut Management Endpoints API — Environment

Micronaut Management Endpoints API — Environment. 1 operations. Lead operation: Micronaut Environment properties. Self-contained Naftiko capability covering one Micronaut business surface.

Run with Naftiko MicronautEnvironment

What You Can Do

GET
Getenvironment — Micronaut Environment properties
/v1/env

MCP Tools

micronaut-environment-properties

Micronaut Environment properties

read-only idempotent

Capability Spec

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