Application Research · Capability

Application Research Radius API — Containers

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

Run with Naftiko Application ResearchContainers

What You Can Do

GET
Containerslist — Application Research List containers
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/containers
GET
Containersget — Application Research Get container
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/containers/{containername}
PUT
Containerscreateorupdate — Application Research Create or update container
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/containers/{containername}
DELETE
Containersdelete — Application Research Delete container
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/containers/{containername}

MCP Tools

application-research-list-containers

Application Research List containers

read-only idempotent
application-research-get-container

Application Research Get container

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

Application Research Create or update container

idempotent
application-research-delete-container

Application Research Delete container

idempotent

Capability Spec

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