Amazon Neptune · Capability

Amazon Neptune Management API — Maintenance

Amazon Neptune Management API — Maintenance. 2 operations. Lead operation: Amazon Neptune Apply a Pending Maintenance Action. Self-contained Naftiko capability covering one Amazon Neptune business surface.

Run with Naftiko Amazon NeptuneMaintenance

What You Can Do

POST
Applypendingmaintenanceaction — Amazon Neptune Apply a Pending Maintenance Action
/v1/action-applypendingmaintenanceaction
GET
Describependingmaintenanceactions — Amazon Neptune Describe Pending Maintenance Actions
/v1/action-describependingmaintenanceactions

MCP Tools

amazon-neptune-apply-pending-maintenance

Amazon Neptune Apply a Pending Maintenance Action

amazon-neptune-describe-pending-maintenance

Amazon Neptune Describe Pending Maintenance Actions

read-only idempotent

Capability Spec

management-maintenance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Neptune Management API — Maintenance
  description: 'Amazon Neptune Management API — Maintenance. 2 operations. Lead operation: Amazon Neptune Apply a Pending
    Maintenance Action. Self-contained Naftiko capability covering one Amazon Neptune business surface.'
  tags:
  - Amazon Neptune
  - Maintenance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_NEPTUNE_API_KEY: AMAZON_NEPTUNE_API_KEY
capability:
  consumes:
  - type: http
    namespace: management-maintenance
    baseUri: https://rds.{region}.amazonaws.com
    description: Amazon Neptune Management API — Maintenance business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=ApplyPendingMaintenanceAction
      path: /?Action=ApplyPendingMaintenanceAction
      operations:
      - name: applypendingmaintenanceaction
        method: POST
        description: Amazon Neptune Apply a Pending Maintenance Action
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: ResourceIdentifier
          in: query
          type: string
          description: The ARN of the resource to apply the action to.
          required: true
        - name: ApplyAction
          in: query
          type: string
          description: The pending maintenance action to apply.
          required: true
        - name: OptInType
          in: query
          type: string
          description: The type of opt-in request (immediate, next-maintenance, undo-opt-in).
          required: true
        - name: Version
          in: query
          type: string
          required: true
    - name: ?Action=DescribePendingMaintenanceActions
      path: /?Action=DescribePendingMaintenanceActions
      operations:
      - name: describependingmaintenanceactions
        method: GET
        description: Amazon Neptune Describe Pending Maintenance Actions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: ResourceIdentifier
          in: query
          type: string
          description: The ARN of a resource to filter maintenance actions.
        - name: MaxRecords
          in: query
          type: integer
        - name: Marker
          in: query
          type: string
        - name: Version
          in: query
          type: string
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_NEPTUNE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: management-maintenance-rest
    port: 8080
    description: REST adapter for Amazon Neptune Management API — Maintenance. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/action-applypendingmaintenanceaction
      name: action-applypendingmaintenanceaction
      description: REST surface for ?Action=ApplyPendingMaintenanceAction.
      operations:
      - method: POST
        name: applypendingmaintenanceaction
        description: Amazon Neptune Apply a Pending Maintenance Action
        call: management-maintenance.applypendingmaintenanceaction
        with:
          Action: rest.Action
          ResourceIdentifier: rest.ResourceIdentifier
          ApplyAction: rest.ApplyAction
          OptInType: rest.OptInType
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-describependingmaintenanceactions
      name: action-describependingmaintenanceactions
      description: REST surface for ?Action=DescribePendingMaintenanceActions.
      operations:
      - method: GET
        name: describependingmaintenanceactions
        description: Amazon Neptune Describe Pending Maintenance Actions
        call: management-maintenance.describependingmaintenanceactions
        with:
          Action: rest.Action
          ResourceIdentifier: rest.ResourceIdentifier
          MaxRecords: rest.MaxRecords
          Marker: rest.Marker
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-maintenance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Neptune Management API — Maintenance. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-neptune-apply-pending-maintenance
      description: Amazon Neptune Apply a Pending Maintenance Action
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: management-maintenance.applypendingmaintenanceaction
      with:
        Action: tools.Action
        ResourceIdentifier: tools.ResourceIdentifier
        ApplyAction: tools.ApplyAction
        OptInType: tools.OptInType
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-neptune-describe-pending-maintenance
      description: Amazon Neptune Describe Pending Maintenance Actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-maintenance.describependingmaintenanceactions
      with:
        Action: tools.Action
        ResourceIdentifier: tools.ResourceIdentifier
        MaxRecords: tools.MaxRecords
        Marker: tools.Marker
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.