Spring Cloud · Capability

Spring Cloud Gateway Actuator API — Filters

Spring Cloud Gateway Actuator API — Filters. 2 operations. Lead operation: Spring Cloud List all global filters. Self-contained Naftiko capability covering one Spring Cloud business surface.

Run with Naftiko Spring CloudFilters

What You Can Do

GET
Getglobalfilters — Spring Cloud List all global filters
/v1/globalfilters
GET
Getroutefilters — Spring Cloud List all available route filter factories
/v1/routefilters

MCP Tools

spring-cloud-list-all-global

Spring Cloud List all global filters

read-only idempotent
spring-cloud-list-all-available

Spring Cloud List all available route filter factories

read-only idempotent

Capability Spec

gateway-actuator-filters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spring Cloud Gateway Actuator API — Filters
  description: 'Spring Cloud Gateway Actuator API — Filters. 2 operations. Lead operation: Spring Cloud List all global filters.
    Self-contained Naftiko capability covering one Spring Cloud business surface.'
  tags:
  - Spring Cloud
  - Filters
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SPRING_CLOUD_API_KEY: SPRING_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: gateway-actuator-filters
    baseUri: http://localhost:8080/actuator/gateway
    description: Spring Cloud Gateway Actuator API — Filters business capability. Self-contained, no shared references.
    resources:
    - name: globalfilters
      path: /globalfilters
      operations:
      - name: getglobalfilters
        method: GET
        description: Spring Cloud List all global filters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: routefilters
      path: /routefilters
      operations:
      - name: getroutefilters
        method: GET
        description: Spring Cloud List all available route filter factories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: gateway-actuator-filters-rest
    port: 8080
    description: REST adapter for Spring Cloud Gateway Actuator API — Filters. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/globalfilters
      name: globalfilters
      description: REST surface for globalfilters.
      operations:
      - method: GET
        name: getglobalfilters
        description: Spring Cloud List all global filters
        call: gateway-actuator-filters.getglobalfilters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/routefilters
      name: routefilters
      description: REST surface for routefilters.
      operations:
      - method: GET
        name: getroutefilters
        description: Spring Cloud List all available route filter factories
        call: gateway-actuator-filters.getroutefilters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gateway-actuator-filters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spring Cloud Gateway Actuator API — Filters. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: spring-cloud-list-all-global
      description: Spring Cloud List all global filters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gateway-actuator-filters.getglobalfilters
      outputParameters:
      - type: object
        mapping: $.
    - name: spring-cloud-list-all-available
      description: Spring Cloud List all available route filter factories
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gateway-actuator-filters.getroutefilters
      outputParameters:
      - type: object
        mapping: $.