Radius · Capability

Applications.Core Management APIs — Applications

Applications.Core Management APIs — Applications. 6 operations. Lead operation: Applications. Self-contained Naftiko capability covering one Radius business surface.

Run with Naftiko RadiusApplications

What You Can Do

GET
Applicationslistbyscope — List ApplicationResource resources by Scope
/v1/{rootscope}/providers/applications-core/applications
GET
Applicationsget — Get a ApplicationResource
/v1/{rootscope}/providers/applications-core/applications/{applicationname}
PUT
Applicationscreateorupdate — Create a ApplicationResource
/v1/{rootscope}/providers/applications-core/applications/{applicationname}
PATCH
Applicationsupdate — Update a ApplicationResource
/v1/{rootscope}/providers/applications-core/applications/{applicationname}
DELETE
Applicationsdelete — Delete a ApplicationResource
/v1/{rootscope}/providers/applications-core/applications/{applicationname}
POST
Applicationsgetgraph — Gets the application graph and resources.
/v1/{rootscope}/providers/applications-core/applications/{applicationname}/getgraph

MCP Tools

list-applicationresource-resources-scope

List ApplicationResource resources by Scope

read-only idempotent
get-applicationresource

Get a ApplicationResource

read-only idempotent
create-applicationresource

Create a ApplicationResource

idempotent
update-applicationresource

Update a ApplicationResource

idempotent
delete-applicationresource

Delete a ApplicationResource

idempotent
gets-application-graph-and-resources

Gets the application graph and resources.

Capability Spec

applications-core-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Applications.Core Management APIs — Applications
  description: 'Applications.Core Management APIs — Applications. 6 operations. Lead operation: Applications. Self-contained
    Naftiko capability covering one Radius business surface.'
  tags:
  - Radius
  - Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RADIUS_API_KEY: RADIUS_API_KEY
capability:
  consumes:
  - type: http
    namespace: applications-core-applications
    baseUri: https://management.azure.com
    description: Applications.Core Management APIs — Applications business capability. Self-contained, no shared references.
    resources:
    - name: rootScope-providers-Applications.Core-applications
      path: /{rootScope}/providers/Applications.Core/applications
      operations:
      - name: applicationslistbyscope
        method: GET
        description: List ApplicationResource resources by Scope
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rootScope-providers-Applications.Core-applications-applicationName
      path: /{rootScope}/providers/Applications.Core/applications/{applicationName}
      operations:
      - name: applicationsget
        method: GET
        description: Get a ApplicationResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationName
          in: path
          type: string
          description: The application name
          required: true
      - name: applicationscreateorupdate
        method: PUT
        description: Create a ApplicationResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationName
          in: path
          type: string
          description: The application name
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: applicationsupdate
        method: PATCH
        description: Update a ApplicationResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationName
          in: path
          type: string
          description: The application name
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: applicationsdelete
        method: DELETE
        description: Delete a ApplicationResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationName
          in: path
          type: string
          description: The application name
          required: true
    - name: rootScope-providers-Applications.Core-applications-applicationName-getGraph
      path: /{rootScope}/providers/Applications.Core/applications/{applicationName}/getGraph
      operations:
      - name: applicationsgetgraph
        method: POST
        description: Gets the application graph and resources.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationName
          in: path
          type: string
          description: The application name
          required: true
        - name: body
          in: body
          type: object
          description: The content of the action request
          required: true
  exposes:
  - type: rest
    namespace: applications-core-applications-rest
    port: 8080
    description: REST adapter for Applications.Core Management APIs — Applications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{rootscope}/providers/applications-core/applications
      name: rootscope-providers-applications-core-applications
      description: REST surface for rootScope-providers-Applications.Core-applications.
      operations:
      - method: GET
        name: applicationslistbyscope
        description: List ApplicationResource resources by Scope
        call: applications-core-applications.applicationslistbyscope
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{rootscope}/providers/applications-core/applications/{applicationname}
      name: rootscope-providers-applications-core-applications-applicationname
      description: REST surface for rootScope-providers-Applications.Core-applications-applicationName.
      operations:
      - method: GET
        name: applicationsget
        description: Get a ApplicationResource
        call: applications-core-applications.applicationsget
        with:
          applicationName: rest.applicationName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: applicationscreateorupdate
        description: Create a ApplicationResource
        call: applications-core-applications.applicationscreateorupdate
        with:
          applicationName: rest.applicationName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: applicationsupdate
        description: Update a ApplicationResource
        call: applications-core-applications.applicationsupdate
        with:
          applicationName: rest.applicationName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: applicationsdelete
        description: Delete a ApplicationResource
        call: applications-core-applications.applicationsdelete
        with:
          applicationName: rest.applicationName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{rootscope}/providers/applications-core/applications/{applicationname}/getgraph
      name: rootscope-providers-applications-core-applications-applicationname-getgraph
      description: REST surface for rootScope-providers-Applications.Core-applications-applicationName-getGraph.
      operations:
      - method: POST
        name: applicationsgetgraph
        description: Gets the application graph and resources.
        call: applications-core-applications.applicationsgetgraph
        with:
          applicationName: rest.applicationName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-core-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Applications.Core Management APIs — Applications. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-applicationresource-resources-scope
      description: List ApplicationResource resources by Scope
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-core-applications.applicationslistbyscope
      outputParameters:
      - type: object
        mapping: $.
    - name: get-applicationresource
      description: Get a ApplicationResource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-core-applications.applicationsget
      with:
        applicationName: tools.applicationName
      outputParameters:
      - type: object
        mapping: $.
    - name: create-applicationresource
      description: Create a ApplicationResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-core-applications.applicationscreateorupdate
      with:
        applicationName: tools.applicationName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: update-applicationresource
      description: Update a ApplicationResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-core-applications.applicationsupdate
      with:
        applicationName: tools.applicationName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-applicationresource
      description: Delete a ApplicationResource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-core-applications.applicationsdelete
      with:
        applicationName: tools.applicationName
      outputParameters:
      - type: object
        mapping: $.
    - name: gets-application-graph-and-resources
      description: Gets the application graph and resources.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: applications-core-applications.applicationsgetgraph
      with:
        applicationName: tools.applicationName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.