Radius · Capability

Applications.Messaging Resource Management APIs — Operations

Applications.Messaging Resource 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-messaging/operations

MCP Tools

list-operations-provider

List the operations for the provider

read-only idempotent

Capability Spec

applications-messaging-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Applications.Messaging Resource Management APIs — Operations
  description: 'Applications.Messaging Resource 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-messaging-operations
    baseUri: https://management.azure.com
    description: Applications.Messaging Resource Management APIs — Operations business capability. Self-contained, no shared
      references.
    resources:
    - name: providers-Applications.Messaging-operations
      path: /providers/Applications.Messaging/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-messaging-operations-rest
    port: 8080
    description: REST adapter for Applications.Messaging Resource Management APIs — Operations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/applications-messaging/operations
      name: providers-applications-messaging-operations
      description: REST surface for providers-Applications.Messaging-operations.
      operations:
      - method: GET
        name: operationslist
        description: List the operations for the provider
        call: applications-messaging-operations.operationslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-messaging-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Applications.Messaging Resource 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-messaging-operations.operationslist
      outputParameters:
      - type: object
        mapping: $.