Amazon Neptune · Capability

Amazon Neptune Management API — Global Clusters

Amazon Neptune Management API — Global Clusters. 2 operations. Lead operation: Amazon Neptune Create a Neptune Global Database Cluster. Self-contained Naftiko capability covering one Amazon Neptune business surface.

Run with Naftiko Amazon NeptuneGlobal Clusters

What You Can Do

POST
Createglobalcluster — Amazon Neptune Create a Neptune Global Database Cluster
/v1/action-createglobalcluster
GET
Describeglobalclusters — Amazon Neptune Describe Neptune Global Database Clusters
/v1/action-describeglobalclusters

MCP Tools

amazon-neptune-create-neptune-global

Amazon Neptune Create a Neptune Global Database Cluster

amazon-neptune-describe-neptune-global

Amazon Neptune Describe Neptune Global Database Clusters

read-only idempotent

Capability Spec

management-global-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Neptune Management API — Global Clusters
  description: 'Amazon Neptune Management API — Global Clusters. 2 operations. Lead operation: Amazon Neptune Create a Neptune
    Global Database Cluster. Self-contained Naftiko capability covering one Amazon Neptune business surface.'
  tags:
  - Amazon Neptune
  - Global Clusters
  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-global-clusters
    baseUri: https://rds.{region}.amazonaws.com
    description: Amazon Neptune Management API — Global Clusters business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=CreateGlobalCluster
      path: /?Action=CreateGlobalCluster
      operations:
      - name: createglobalcluster
        method: POST
        description: Amazon Neptune Create a Neptune Global Database Cluster
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: GlobalClusterIdentifier
          in: query
          type: string
          description: The cluster identifier of the new global cluster.
          required: true
        - name: SourceDBClusterIdentifier
          in: query
          type: string
          description: The ARN of an existing Neptune cluster to use as the primary cluster.
        - name: DeletionProtection
          in: query
          type: boolean
          description: Whether the global cluster has deletion protection enabled.
        - name: Version
          in: query
          type: string
          required: true
    - name: ?Action=DescribeGlobalClusters
      path: /?Action=DescribeGlobalClusters
      operations:
      - name: describeglobalclusters
        method: GET
        description: Amazon Neptune Describe Neptune Global Database Clusters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: GlobalClusterIdentifier
          in: query
          type: string
          description: The identifier of the global cluster to describe.
        - 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-global-clusters-rest
    port: 8080
    description: REST adapter for Amazon Neptune Management API — Global Clusters. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/action-createglobalcluster
      name: action-createglobalcluster
      description: REST surface for ?Action=CreateGlobalCluster.
      operations:
      - method: POST
        name: createglobalcluster
        description: Amazon Neptune Create a Neptune Global Database Cluster
        call: management-global-clusters.createglobalcluster
        with:
          Action: rest.Action
          GlobalClusterIdentifier: rest.GlobalClusterIdentifier
          SourceDBClusterIdentifier: rest.SourceDBClusterIdentifier
          DeletionProtection: rest.DeletionProtection
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/action-describeglobalclusters
      name: action-describeglobalclusters
      description: REST surface for ?Action=DescribeGlobalClusters.
      operations:
      - method: GET
        name: describeglobalclusters
        description: Amazon Neptune Describe Neptune Global Database Clusters
        call: management-global-clusters.describeglobalclusters
        with:
          Action: rest.Action
          GlobalClusterIdentifier: rest.GlobalClusterIdentifier
          MaxRecords: rest.MaxRecords
          Marker: rest.Marker
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: management-global-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Neptune Management API — Global Clusters. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: amazon-neptune-create-neptune-global
      description: Amazon Neptune Create a Neptune Global Database Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: management-global-clusters.createglobalcluster
      with:
        Action: tools.Action
        GlobalClusterIdentifier: tools.GlobalClusterIdentifier
        SourceDBClusterIdentifier: tools.SourceDBClusterIdentifier
        DeletionProtection: tools.DeletionProtection
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-neptune-describe-neptune-global
      description: Amazon Neptune Describe Neptune Global Database Clusters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: management-global-clusters.describeglobalclusters
      with:
        Action: tools.Action
        GlobalClusterIdentifier: tools.GlobalClusterIdentifier
        MaxRecords: tools.MaxRecords
        Marker: tools.Marker
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.