Microsoft Azure · Capability

Microsoft Azure SipRouting Service — SipConfiguration

Microsoft Azure SipRouting Service — SipConfiguration. 2 operations. Lead operation: Microsoft Azure Gets Sip Configuration For Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSipConfiguration

What You Can Do

GET
Microsoftazuresiproutingget — Microsoft Azure Gets Sip Configuration For Resource
/v1/sip
PATCH
Microsoftazuresiproutingupdate — Microsoft Azure Updates Sip Configuration For Resource
/v1/sip

MCP Tools

microsoft-azure-gets-sip-configuration

Microsoft Azure Gets Sip Configuration For Resource

read-only idempotent
microsoft-azure-updates-sip-configuration

Microsoft Azure Updates Sip Configuration For Resource

idempotent

Capability Spec

siprouting-service-sipconfiguration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SipRouting Service — SipConfiguration
  description: 'Microsoft Azure SipRouting Service — SipConfiguration. 2 operations. Lead operation: Microsoft Azure Gets
    Sip Configuration For Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SipConfiguration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: siprouting-service-sipconfiguration
    baseUri: ''
    description: Microsoft Azure SipRouting Service — SipConfiguration business capability. Self-contained, no shared references.
    resources:
    - name: sip
      path: /sip
      operations:
      - name: microsoftazuresiproutingget
        method: GET
        description: Microsoft Azure Gets Sip Configuration For Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresiproutingupdate
        method: PATCH
        description: Microsoft Azure Updates Sip Configuration For Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Sip configuration update object.
  exposes:
  - type: rest
    namespace: siprouting-service-sipconfiguration-rest
    port: 8080
    description: REST adapter for Microsoft Azure SipRouting Service — SipConfiguration. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sip
      name: sip
      description: REST surface for sip.
      operations:
      - method: GET
        name: microsoftazuresiproutingget
        description: Microsoft Azure Gets Sip Configuration For Resource
        call: siprouting-service-sipconfiguration.microsoftazuresiproutingget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresiproutingupdate
        description: Microsoft Azure Updates Sip Configuration For Resource
        call: siprouting-service-sipconfiguration.microsoftazuresiproutingupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siprouting-service-sipconfiguration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SipRouting Service — SipConfiguration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-sip-configuration
      description: Microsoft Azure Gets Sip Configuration For Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siprouting-service-sipconfiguration.microsoftazuresiproutingget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-sip-configuration
      description: Microsoft Azure Updates Sip Configuration For Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siprouting-service-sipconfiguration.microsoftazuresiproutingupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.