Application Research · Capability

Application Research Radius API — Environments

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

Run with Naftiko Application ResearchEnvironments

What You Can Do

GET
Environmentslist — Application Research List environments
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/environments
GET
Environmentsget — Application Research Get environment
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/environments/{environmentname}
PUT
Environmentscreateorupdate — Application Research Create or update environment
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/environments/{environmentname}
DELETE
Environmentsdelete — Application Research Delete environment
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/environments/{environmentname}

MCP Tools

application-research-list-environments

Application Research List environments

read-only idempotent
application-research-get-environment

Application Research Get environment

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

Application Research Create or update environment

idempotent
application-research-delete-environment

Application Research Delete environment

idempotent

Capability Spec

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