naftiko: 1.0.0-alpha2 info: label: Amazon Neptune Neptune Analytics API — Import Tasks description: 'Amazon Neptune Neptune Analytics API — Import Tasks. 4 operations. Lead operation: Amazon Neptune Create a Graph Using an Import Task. Self-contained Naftiko capability covering one Amazon Neptune business surface.' tags: - Amazon Neptune - Import Tasks 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: analytics-import-tasks baseUri: https://neptune-graph.{region}.amazonaws.com description: Amazon Neptune Neptune Analytics API — Import Tasks business capability. Self-contained, no shared references. resources: - name: importtasks path: /importtasks operations: - name: creategraphusingimporttask method: POST description: Amazon Neptune Create a Graph Using an Import Task outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: listimporttasks method: GET description: Amazon Neptune List Import Tasks outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: maxResults in: query type: integer - name: nextToken in: query type: string - name: importtasks-taskIdentifier path: /importtasks/{taskIdentifier} operations: - name: getimporttask method: GET description: Amazon Neptune Get Import Task Details outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: taskIdentifier in: path type: string description: The unique identifier of the import task. required: true - name: cancelimporttask method: DELETE description: Amazon Neptune Cancel an Import Task outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: taskIdentifier in: path type: string description: The unique identifier of the import task to cancel. required: true authentication: type: apikey key: Authorization value: '{{env.AMAZON_NEPTUNE_API_KEY}}' placement: header exposes: - type: rest namespace: analytics-import-tasks-rest port: 8080 description: REST adapter for Amazon Neptune Neptune Analytics API — Import Tasks. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/importtasks name: importtasks description: REST surface for importtasks. operations: - method: POST name: creategraphusingimporttask description: Amazon Neptune Create a Graph Using an Import Task call: analytics-import-tasks.creategraphusingimporttask with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: listimporttasks description: Amazon Neptune List Import Tasks call: analytics-import-tasks.listimporttasks with: maxResults: rest.maxResults nextToken: rest.nextToken outputParameters: - type: object mapping: $. - path: /v1/importtasks/{taskidentifier} name: importtasks-taskidentifier description: REST surface for importtasks-taskIdentifier. operations: - method: GET name: getimporttask description: Amazon Neptune Get Import Task Details call: analytics-import-tasks.getimporttask with: taskIdentifier: rest.taskIdentifier outputParameters: - type: object mapping: $. - method: DELETE name: cancelimporttask description: Amazon Neptune Cancel an Import Task call: analytics-import-tasks.cancelimporttask with: taskIdentifier: rest.taskIdentifier outputParameters: - type: object mapping: $. - type: mcp namespace: analytics-import-tasks-mcp port: 9090 transport: http description: MCP adapter for Amazon Neptune Neptune Analytics API — Import Tasks. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: amazon-neptune-create-graph-using description: Amazon Neptune Create a Graph Using an Import Task hints: readOnly: false destructive: false idempotent: false call: analytics-import-tasks.creategraphusingimporttask with: body: tools.body outputParameters: - type: object mapping: $. - name: amazon-neptune-list-import-tasks description: Amazon Neptune List Import Tasks hints: readOnly: true destructive: false idempotent: true call: analytics-import-tasks.listimporttasks with: maxResults: tools.maxResults nextToken: tools.nextToken outputParameters: - type: object mapping: $. - name: amazon-neptune-get-import-task description: Amazon Neptune Get Import Task Details hints: readOnly: true destructive: false idempotent: true call: analytics-import-tasks.getimporttask with: taskIdentifier: tools.taskIdentifier outputParameters: - type: object mapping: $. - name: amazon-neptune-cancel-import-task description: Amazon Neptune Cancel an Import Task hints: readOnly: false destructive: true idempotent: true call: analytics-import-tasks.cancelimporttask with: taskIdentifier: tools.taskIdentifier outputParameters: - type: object mapping: $.