Radius · Capability

Universal Control Plane Resource Management APIs — Locations

Universal Control Plane Resource Management APIs — Locations. 4 operations. Lead operation: Locations. Self-contained Naftiko capability covering one Radius business surface.

Run with Naftiko RadiusLocations

What You Can Do

GET
Locationslist — List available locations for the specified resource provider.
/v1/planes/radius/{planename}/providers/system-resources/resourceproviders/{resourceprovidername}/locations
GET
Locationsget — Get the specified location. The location resource represents a logical location where the resource provider operates.
/v1/planes/radius/{planename}/providers/system-resources/resourceproviders/{resourceprovidername}/locations/{locationname}
PUT
Locationscreateorupdate — Create or update a location. The location resource represents a logical location where the resource provider operates.
/v1/planes/radius/{planename}/providers/system-resources/resourceproviders/{resourceprovidername}/locations/{locationname}
DELETE
Locationsdelete — Delete a location. The location resource represents a logical location where the resource provider operates.
/v1/planes/radius/{planename}/providers/system-resources/resourceproviders/{resourceprovidername}/locations/{locationname}

MCP Tools

list-available-locations-specified-resource

List available locations for the specified resource provider.

read-only idempotent
get-specified-location-location-resource

Get the specified location. The location resource represents a logical location where the resource provider operates.

read-only idempotent
create-update-location-location-resource

Create or update a location. The location resource represents a logical location where the resource provider operates.

idempotent
delete-location-location-resource-represents

Delete a location. The location resource represents a logical location where the resource provider operates.

idempotent

Capability Spec

ucp-locations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Universal Control Plane Resource Management APIs — Locations
  description: 'Universal Control Plane Resource Management APIs — Locations. 4 operations. Lead operation: Locations. Self-contained
    Naftiko capability covering one Radius business surface.'
  tags:
  - Radius
  - Locations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RADIUS_API_KEY: RADIUS_API_KEY
capability:
  consumes:
  - type: http
    namespace: ucp-locations
    baseUri: https://management.azure.com
    description: Universal Control Plane Resource Management APIs — Locations business capability. Self-contained, no shared
      references.
    resources:
    - name: planes-radius-planeName-providers-System.Resources-resourceproviders-resourcePro
      path: /planes/radius/{planeName}/providers/System.Resources/resourceproviders/{resourceProviderName}/locations
      operations:
      - name: locationslist
        method: GET
        description: List available locations for the specified resource provider.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: planeName
          in: path
          type: string
          description: The plane name.
          required: true
        - name: resourceProviderName
          in: path
          type: string
          description: 'The resource provider name. This is also the resource provider namespace. Example: ''Applications.Datastores''.'
          required: true
    - name: planes-radius-planeName-providers-System.Resources-resourceproviders-resourcePro
      path: /planes/radius/{planeName}/providers/System.Resources/resourceproviders/{resourceProviderName}/locations/{locationName}
      operations:
      - name: locationsget
        method: GET
        description: Get the specified location. The location resource represents a logical location where the resource provider
          operates.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: planeName
          in: path
          type: string
          description: The plane name.
          required: true
        - name: resourceProviderName
          in: path
          type: string
          description: 'The resource provider name. This is also the resource provider namespace. Example: ''Applications.Datastores''.'
          required: true
        - name: locationName
          in: path
          type: string
          description: The location name.
          required: true
      - name: locationscreateorupdate
        method: PUT
        description: Create or update a location. The location resource represents a logical location where the resource provider
          operates.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: planeName
          in: path
          type: string
          description: The plane name.
          required: true
        - name: resourceProviderName
          in: path
          type: string
          description: 'The resource provider name. This is also the resource provider namespace. Example: ''Applications.Datastores''.'
          required: true
        - name: locationName
          in: path
          type: string
          description: The location name.
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: locationsdelete
        method: DELETE
        description: Delete a location. The location resource represents a logical location where the resource provider operates.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: planeName
          in: path
          type: string
          description: The plane name.
          required: true
        - name: resourceProviderName
          in: path
          type: string
          description: 'The resource provider name. This is also the resource provider namespace. Example: ''Applications.Datastores''.'
          required: true
        - name: locationName
          in: path
          type: string
          description: The location name.
          required: true
  exposes:
  - type: rest
    namespace: ucp-locations-rest
    port: 8080
    description: REST adapter for Universal Control Plane Resource Management APIs — Locations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/planes/radius/{planename}/providers/system-resources/resourceproviders/{resourceprovidername}/locations
      name: planes-radius-planename-providers-system-resources-resourceproviders-resourcepro
      description: REST surface for planes-radius-planeName-providers-System.Resources-resourceproviders-resourcePro.
      operations:
      - method: GET
        name: locationslist
        description: List available locations for the specified resource provider.
        call: ucp-locations.locationslist
        with:
          planeName: rest.planeName
          resourceProviderName: rest.resourceProviderName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/planes/radius/{planename}/providers/system-resources/resourceproviders/{resourceprovidername}/locations/{locationname}
      name: planes-radius-planename-providers-system-resources-resourceproviders-resourcepro
      description: REST surface for planes-radius-planeName-providers-System.Resources-resourceproviders-resourcePro.
      operations:
      - method: GET
        name: locationsget
        description: Get the specified location. The location resource represents a logical location where the resource provider
          operates.
        call: ucp-locations.locationsget
        with:
          planeName: rest.planeName
          resourceProviderName: rest.resourceProviderName
          locationName: rest.locationName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: locationscreateorupdate
        description: Create or update a location. The location resource represents a logical location where the resource provider
          operates.
        call: ucp-locations.locationscreateorupdate
        with:
          planeName: rest.planeName
          resourceProviderName: rest.resourceProviderName
          locationName: rest.locationName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: locationsdelete
        description: Delete a location. The location resource represents a logical location where the resource provider operates.
        call: ucp-locations.locationsdelete
        with:
          planeName: rest.planeName
          resourceProviderName: rest.resourceProviderName
          locationName: rest.locationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ucp-locations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Universal Control Plane Resource Management APIs — Locations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-available-locations-specified-resource
      description: List available locations for the specified resource provider.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ucp-locations.locationslist
      with:
        planeName: tools.planeName
        resourceProviderName: tools.resourceProviderName
      outputParameters:
      - type: object
        mapping: $.
    - name: get-specified-location-location-resource
      description: Get the specified location. The location resource represents a logical location where the resource provider
        operates.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ucp-locations.locationsget
      with:
        planeName: tools.planeName
        resourceProviderName: tools.resourceProviderName
        locationName: tools.locationName
      outputParameters:
      - type: object
        mapping: $.
    - name: create-update-location-location-resource
      description: Create or update a location. The location resource represents a logical location where the resource provider
        operates.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: ucp-locations.locationscreateorupdate
      with:
        planeName: tools.planeName
        resourceProviderName: tools.resourceProviderName
        locationName: tools.locationName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-location-location-resource-represents
      description: Delete a location. The location resource represents a logical location where the resource provider operates.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: ucp-locations.locationsdelete
      with:
        planeName: tools.planeName
        resourceProviderName: tools.resourceProviderName
        locationName: tools.locationName
      outputParameters:
      - type: object
        mapping: $.