Application Research · Capability

Application Research Open Resource Discovery (ORD) API — Groups

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.

Run with Naftiko Application ResearchGroups

What You Can Do

GET
Listgrouptypes — Application Research List all Group Types
/v1/group-types
GET
Getgrouptype — Application Research Get a Group Type by Group Type ID
/v1/group-types/{grouptypeid}
GET
Listgroups — Application Research List all Groups
/v1/groups
GET
Getgroup — Application Research Get a Group by Group ID
/v1/groups/{groupid}

MCP Tools

application-research-list-all-group

Application Research List all Group Types

read-only idempotent
application-research-get-group-type

Application Research Get a Group Type by Group Type ID

read-only idempotent
application-research-list-all-groups

Application Research List all Groups

read-only idempotent
application-research-get-group-group

Application Research Get a Group by Group ID

read-only idempotent

Capability Spec

open-resource-discovery-groups.yaml Raw ↑
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: $.