Spring Integration · Capability

Spring Integration Management API — Graph

Spring Integration Management API — Graph. 1 operations. Lead operation: Get Integration Graph. Self-contained Naftiko capability covering one Spring Integration business surface.

Run with Naftiko Spring IntegrationGraph

What You Can Do

GET
Getintegrationgraph — Get Integration Graph
/v1/graph

MCP Tools

get-integration-graph

Get Integration Graph

read-only idempotent

Capability Spec

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