naftiko: 1.0.0-alpha2 info: label: Amazon Neptune Neptune Streams API — Property Graph Stream description: 'Amazon Neptune Neptune Streams API — Property Graph Stream. 2 operations. Lead operation: Amazon Neptune Get Property Graph Change Stream Records (alias). Self-contained Naftiko capability covering one Amazon Neptune business surface.' tags: - Amazon Neptune - Property Graph Stream 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: streams-property-graph-stream baseUri: https://{cluster-endpoint}:8182 description: Amazon Neptune Neptune Streams API — Property Graph Stream business capability. Self-contained, no shared references. resources: - name: pg-stream path: /pg/stream operations: - name: getpropertygraphstreamalias method: GET description: Amazon Neptune Get Property Graph Change Stream Records (alias) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer - name: iteratorType in: query type: string - name: commitNum in: query type: integer - name: opNum in: query type: integer - name: propertygraph-stream path: /propertygraph/stream operations: - name: getpropertygraphstream method: GET description: Amazon Neptune Get Property Graph Change Stream Records outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer description: Maximum number of records to return (1-100,000). Default is 10. The 10 MB response size limit takes precedence over this value. - name: iteratorType in: query type: string description: Determines the starting point for reading the stream. - name: commitNum in: query type: integer description: The commit number to start reading from. Required when iteratorType is AT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER. - name: opNum in: query type: integer description: The operation sequence number within the specified commit. Default is 1. - name: Accept-Encoding in: header type: string description: Set to 'gzip' to receive compressed responses. authentication: type: apikey key: Authorization value: '{{env.AMAZON_NEPTUNE_API_KEY}}' placement: header exposes: - type: rest namespace: streams-property-graph-stream-rest port: 8080 description: REST adapter for Amazon Neptune Neptune Streams API — Property Graph Stream. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/pg/stream name: pg-stream description: REST surface for pg-stream. operations: - method: GET name: getpropertygraphstreamalias description: Amazon Neptune Get Property Graph Change Stream Records (alias) call: streams-property-graph-stream.getpropertygraphstreamalias with: limit: rest.limit iteratorType: rest.iteratorType commitNum: rest.commitNum opNum: rest.opNum outputParameters: - type: object mapping: $. - path: /v1/propertygraph/stream name: propertygraph-stream description: REST surface for propertygraph-stream. operations: - method: GET name: getpropertygraphstream description: Amazon Neptune Get Property Graph Change Stream Records call: streams-property-graph-stream.getpropertygraphstream with: limit: rest.limit iteratorType: rest.iteratorType commitNum: rest.commitNum opNum: rest.opNum Accept-Encoding: rest.Accept-Encoding outputParameters: - type: object mapping: $. - type: mcp namespace: streams-property-graph-stream-mcp port: 9090 transport: http description: MCP adapter for Amazon Neptune Neptune Streams API — Property Graph Stream. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: amazon-neptune-get-property-graph description: Amazon Neptune Get Property Graph Change Stream Records (alias) hints: readOnly: true destructive: false idempotent: true call: streams-property-graph-stream.getpropertygraphstreamalias with: limit: tools.limit iteratorType: tools.iteratorType commitNum: tools.commitNum opNum: tools.opNum outputParameters: - type: object mapping: $. - name: amazon-neptune-get-property-graph-2 description: Amazon Neptune Get Property Graph Change Stream Records hints: readOnly: true destructive: false idempotent: true call: streams-property-graph-stream.getpropertygraphstream with: limit: tools.limit iteratorType: tools.iteratorType commitNum: tools.commitNum opNum: tools.opNum Accept-Encoding: tools.Accept-Encoding outputParameters: - type: object mapping: $.