Radius · Capability

Applications.Core Management APIs — Operations

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

Run with Naftiko RadiusOperations

What You Can Do

GET
Operationslist — List the operations for the provider
/v1/providers/applications-core/operations

MCP Tools

list-operations-provider

List the operations for the provider

read-only idempotent

Capability Spec

applications-core-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Applications.Core Management APIs — Operations
  description: 'Applications.Core Management APIs — Operations. 1 operations. Lead operation: Operations. Self-contained Naftiko
    capability covering one Radius business surface.'
  tags:
  - Radius
  - Operations
  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-operations
    baseUri: https://management.azure.com
    description: Applications.Core Management APIs — Operations business capability. Self-contained, no shared references.
    resources:
    - name: providers-Applications.Core-operations
      path: /providers/Applications.Core/operations
      operations:
      - name: operationslist
        method: GET
        description: List the operations for the provider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: applications-core-operations-rest
    port: 8080
    description: REST adapter for Applications.Core Management APIs — Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/providers/applications-core/operations
      name: providers-applications-core-operations
      description: REST surface for providers-Applications.Core-operations.
      operations:
      - method: GET
        name: operationslist
        description: List the operations for the provider
        call: applications-core-operations.operationslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-core-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Applications.Core Management APIs — Operations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-operations-provider
      description: List the operations for the provider
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-core-operations.operationslist
      outputParameters:
      - type: object
        mapping: $.