Spring Integration · Capability

Spring Integration HTTP Inbound Gateway API — Inbound Adapter

Spring Integration HTTP Inbound Gateway API — Inbound Adapter. 1 operations. Lead operation: Send Inbound Message. Self-contained Naftiko capability covering one Spring Integration business surface.

Run with Naftiko Spring IntegrationInbound Adapter

What You Can Do

POST
Sendmessage — Send Inbound Message
/v1/integration/inbound

MCP Tools

send-inbound-message

Send Inbound Message

Capability Spec

http-inbound-adapter.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spring Integration HTTP Inbound Gateway API — Inbound Adapter
  description: 'Spring Integration HTTP Inbound Gateway API — Inbound Adapter. 1 operations. Lead operation: Send Inbound
    Message. Self-contained Naftiko capability covering one Spring Integration business surface.'
  tags:
  - Spring Integration
  - Inbound Adapter
  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: http-inbound-adapter
    baseUri: http://localhost:8080
    description: Spring Integration HTTP Inbound Gateway API — Inbound Adapter business capability. Self-contained, no shared
      references.
    resources:
    - name: integration-inbound
      path: /integration/inbound
      operations:
      - name: sendmessage
        method: POST
        description: Send Inbound Message
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: http-inbound-adapter-rest
    port: 8080
    description: REST adapter for Spring Integration HTTP Inbound Gateway API — Inbound Adapter. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/integration/inbound
      name: integration-inbound
      description: REST surface for integration-inbound.
      operations:
      - method: POST
        name: sendmessage
        description: Send Inbound Message
        call: http-inbound-adapter.sendmessage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: http-inbound-adapter-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spring Integration HTTP Inbound Gateway API — Inbound Adapter. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: send-inbound-message
      description: Send Inbound Message
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: http-inbound-adapter.sendmessage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.