naftiko: 1.0.0-alpha2 info: label: Application Research Open Resource Discovery (ORD) API — Groups description: 'Application Research Open Resource Discovery (ORD) API — Groups. 4 operations. Lead operation: Application Research List all Group Types. Self-contained Naftiko capability covering one Application Research business surface.' tags: - Application Research - Groups created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: APPLICATION_RESEARCH_API_KEY: APPLICATION_RESEARCH_API_KEY capability: consumes: - type: http namespace: open-resource-discovery-groups baseUri: https://api.example.com/ord/v1 description: Application Research Open Resource Discovery (ORD) API — Groups business capability. Self-contained, no shared references. resources: - name: group-types path: /group-types operations: - name: listgrouptypes method: GET description: Application Research List all Group Types outputRawFormat: json outputParameters: - name: result type: object value: $. - name: group-types-groupTypeId path: /group-types/{groupTypeId} operations: - name: getgrouptype method: GET description: Application Research Get a Group Type by Group Type ID outputRawFormat: json outputParameters: - name: result type: object value: $. - name: groups path: /groups operations: - name: listgroups method: GET description: Application Research List all Groups outputRawFormat: json outputParameters: - name: result type: object value: $. - name: groups-groupId path: /groups/{groupId} operations: - name: getgroup method: GET description: Application Research Get a Group by Group ID outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.APPLICATION_RESEARCH_API_KEY}}' exposes: - type: rest namespace: open-resource-discovery-groups-rest port: 8080 description: REST adapter for Application Research Open Resource Discovery (ORD) API — Groups. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/group-types name: group-types description: REST surface for group-types. operations: - method: GET name: listgrouptypes description: Application Research List all Group Types call: open-resource-discovery-groups.listgrouptypes outputParameters: - type: object mapping: $. - path: /v1/group-types/{grouptypeid} name: group-types-grouptypeid description: REST surface for group-types-groupTypeId. operations: - method: GET name: getgrouptype description: Application Research Get a Group Type by Group Type ID call: open-resource-discovery-groups.getgrouptype outputParameters: - type: object mapping: $. - path: /v1/groups name: groups description: REST surface for groups. operations: - method: GET name: listgroups description: Application Research List all Groups call: open-resource-discovery-groups.listgroups outputParameters: - type: object mapping: $. - path: /v1/groups/{groupid} name: groups-groupid description: REST surface for groups-groupId. operations: - method: GET name: getgroup description: Application Research Get a Group by Group ID call: open-resource-discovery-groups.getgroup outputParameters: - type: object mapping: $. - type: mcp namespace: open-resource-discovery-groups-mcp port: 9090 transport: http description: MCP adapter for Application Research Open Resource Discovery (ORD) API — Groups. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: application-research-list-all-group description: Application Research List all Group Types hints: readOnly: true destructive: false idempotent: true call: open-resource-discovery-groups.listgrouptypes outputParameters: - type: object mapping: $. - name: application-research-get-group-type description: Application Research Get a Group Type by Group Type ID hints: readOnly: true destructive: false idempotent: true call: open-resource-discovery-groups.getgrouptype outputParameters: - type: object mapping: $. - name: application-research-list-all-groups description: Application Research List all Groups hints: readOnly: true destructive: false idempotent: true call: open-resource-discovery-groups.listgroups outputParameters: - type: object mapping: $. - name: application-research-get-group-group description: Application Research Get a Group by Group ID hints: readOnly: true destructive: false idempotent: true call: open-resource-discovery-groups.getgroup outputParameters: - type: object mapping: $.