naftiko: 1.0.0-alpha2 info: label: SAP API Management API Portal API — Key Value Maps description: 'SAP API Management API Portal API — Key Value Maps. 2 operations. Lead operation: List Key Value Maps. Self-contained Naftiko capability covering one Sap Api Management business surface.' tags: - Sap Api Management - Key Value Maps created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SAP_API_MANAGEMENT_API_KEY: SAP_API_MANAGEMENT_API_KEY capability: consumes: - type: http namespace: portal-key-value-maps baseUri: https://{tenantUrl}/apiportal/api/1.0/Management.svc description: SAP API Management API Portal API — Key Value Maps business capability. Self-contained, no shared references. resources: - name: KeyValueMaps path: /KeyValueMaps operations: - name: listkeyvaluemaps method: GET description: List Key Value Maps outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createkeyvaluemap method: POST description: Create Key Value Map outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.SAP_API_MANAGEMENT_API_KEY}}' exposes: - type: rest namespace: portal-key-value-maps-rest port: 8080 description: REST adapter for SAP API Management API Portal API — Key Value Maps. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/keyvaluemaps name: keyvaluemaps description: REST surface for KeyValueMaps. operations: - method: GET name: listkeyvaluemaps description: List Key Value Maps call: portal-key-value-maps.listkeyvaluemaps outputParameters: - type: object mapping: $. - method: POST name: createkeyvaluemap description: Create Key Value Map call: portal-key-value-maps.createkeyvaluemap with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: portal-key-value-maps-mcp port: 9090 transport: http description: MCP adapter for SAP API Management API Portal API — Key Value Maps. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-key-value-maps description: List Key Value Maps hints: readOnly: true destructive: false idempotent: true call: portal-key-value-maps.listkeyvaluemaps outputParameters: - type: object mapping: $. - name: create-key-value-map description: Create Key Value Map hints: readOnly: false destructive: false idempotent: false call: portal-key-value-maps.createkeyvaluemap with: body: tools.body outputParameters: - type: object mapping: $.