Application Research · Capability

Application Research Radius API — Applications

Application Research Radius API — Applications. 4 operations. Lead operation: Application Research List applications. Self-contained Naftiko capability covering one Application Research business surface.

Run with Naftiko Application ResearchApplications

What You Can Do

GET
Applicationslist — Application Research List applications
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/applications
GET
Applicationsget — Application Research Get application
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/applications/{applicationname}
PUT
Applicationscreateorupdate — Application Research Create or update application
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/applications/{applicationname}
DELETE
Applicationsdelete — Application Research Delete application
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/applications/{applicationname}

MCP Tools

application-research-list-applications

Application Research List applications

read-only idempotent
application-research-get-application

Application Research Get application

read-only idempotent
application-research-create-update-application

Application Research Create or update application

idempotent
application-research-delete-application

Application Research Delete application

idempotent

Capability Spec

radius-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Application Research Radius API — Applications
  description: 'Application Research Radius API — Applications. 4 operations. Lead operation: Application Research List applications.
    Self-contained Naftiko capability covering one Application Research business surface.'
  tags:
  - Application Research
  - Applications
  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: radius-applications
    baseUri: https://management.radapp.io
    description: Application Research Radius API — Applications business capability. Self-contained, no shared references.
    resources:
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Core/applications
      operations:
      - name: applicationslist
        method: GET
        description: Application Research List applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Core/applications/{applicationName}
      operations:
      - name: applicationsget
        method: GET
        description: Application Research Get application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: applicationscreateorupdate
        method: PUT
        description: Application Research Create or update application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: applicationsdelete
        method: DELETE
        description: Application Research Delete application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: radius-applications-rest
    port: 8080
    description: REST adapter for Application Research Radius API — Applications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/applications
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: applicationslist
        description: Application Research List applications
        call: radius-applications.applicationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/applications/{applicationname}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: applicationsget
        description: Application Research Get application
        call: radius-applications.applicationsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: applicationscreateorupdate
        description: Application Research Create or update application
        call: radius-applications.applicationscreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: applicationsdelete
        description: Application Research Delete application
        call: radius-applications.applicationsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: radius-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Application Research Radius API — Applications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: application-research-list-applications
      description: Application Research List applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-applications.applicationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-get-application
      description: Application Research Get application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-applications.applicationsget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-create-update-application
      description: Application Research Create or update application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: radius-applications.applicationscreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-delete-application
      description: Application Research Delete application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: radius-applications.applicationsdelete
      outputParameters:
      - type: object
        mapping: $.