Azure SignalR Service · Capability

Azure SignalR Service REST API — Operations

Azure SignalR Service REST API — Operations. 1 operations. Lead operation: Azure SignalR Service REST API List operations. Self-contained Naftiko capability covering one Microsoft Azure Signalr business surface.

Run with Naftiko Microsoft Azure SignalrOperations

What You Can Do

GET
Listoperations — Azure SignalR Service REST API List operations
/v1/providers/microsoft-signalrservice/operations

MCP Tools

azure-signalr-service-rest-api

Azure SignalR Service REST API List operations

read-only idempotent

Capability Spec

microsoft-azure-signalr-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure SignalR Service REST API — Operations
  description: 'Azure SignalR Service REST API — Operations. 1 operations. Lead operation: Azure SignalR Service REST API
    List operations. Self-contained Naftiko capability covering one Microsoft Azure Signalr business surface.'
  tags:
  - Microsoft Azure Signalr
  - Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_SIGNALR_API_KEY: MICROSOFT_AZURE_SIGNALR_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-signalr-operations
    baseUri: https://management.azure.com
    description: Azure SignalR Service REST API — Operations business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.SignalRService-operations
      path: /providers/Microsoft.SignalRService/operations
      operations:
      - name: listoperations
        method: GET
        description: Azure SignalR Service REST API List operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_SIGNALR_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-signalr-operations-rest
    port: 8080
    description: REST adapter for Azure SignalR Service REST API — Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-signalrservice/operations
      name: providers-microsoft-signalrservice-operations
      description: REST surface for providers-Microsoft.SignalRService-operations.
      operations:
      - method: GET
        name: listoperations
        description: Azure SignalR Service REST API List operations
        call: microsoft-azure-signalr-operations.listoperations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-signalr-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure SignalR Service REST API — Operations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: azure-signalr-service-rest-api
      description: Azure SignalR Service REST API List operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-signalr-operations.listoperations
      outputParameters:
      - type: object
        mapping: $.