Microsoft Azure · Capability

Microsoft Azure CostManagementClient — Settings

Microsoft Azure CostManagementClient — Settings. 4 operations. Lead operation: Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSettings

What You Can Do

GET
Microsoftazuresettingslist — Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings
/v1/{scope}/providers/microsoft-costmanagement/settings
PUT
Microsoftazuresettingscreateorupdatebyscope — Microsoft Azure Put Scope Providers Microsoft Costmanagement Settings Type
/v1/{scope}/providers/microsoft-costmanagement/settings/{type}
GET
Microsoftazuresettingsgetbyscope — Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings Type
/v1/{scope}/providers/microsoft-costmanagement/settings/{type}
DELETE
Microsoftazuresettingsdeletebyscope — Microsoft Azure Delete Scope Providers Microsoft Costmanagement Settings Type
/v1/{scope}/providers/microsoft-costmanagement/settings/{type}

MCP Tools

microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings

read-only idempotent
microsoft-azure-put-scope-providers

Microsoft Azure Put Scope Providers Microsoft Costmanagement Settings Type

idempotent
microsoft-azure-get-scope-providers-2

Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings Type

read-only idempotent
microsoft-azure-delete-scope-providers

Microsoft Azure Delete Scope Providers Microsoft Costmanagement Settings Type

idempotent

Capability Spec

costmanagementclient-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CostManagementClient — Settings
  description: 'Microsoft Azure CostManagementClient — Settings. 4 operations. Lead operation: Microsoft Azure Get Scope Providers
    Microsoft Costmanagement Settings. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Settings
  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: costmanagementclient-settings
    baseUri: https://management.azure.com
    description: Microsoft Azure CostManagementClient — Settings business capability. Self-contained, no shared references.
    resources:
    - name: scope-providers-Microsoft.CostManagement-settings
      path: /{scope}/providers/Microsoft.CostManagement/settings
      operations:
      - name: microsoftazuresettingslist
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scope-providers-Microsoft.CostManagement-settings-type
      path: /{scope}/providers/Microsoft.CostManagement/settings/{type}
      operations:
      - name: microsoftazuresettingscreateorupdatebyscope
        method: PUT
        description: Microsoft Azure Put Scope Providers Microsoft Costmanagement Settings Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: setting
          in: body
          type: string
          description: Setting to be created or updated.
          required: true
      - name: microsoftazuresettingsgetbyscope
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresettingsdeletebyscope
        method: DELETE
        description: Microsoft Azure Delete Scope Providers Microsoft Costmanagement Settings Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: costmanagementclient-settings-rest
    port: 8080
    description: REST adapter for Microsoft Azure CostManagementClient — Settings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-costmanagement/settings
      name: scope-providers-microsoft-costmanagement-settings
      description: REST surface for scope-providers-Microsoft.CostManagement-settings.
      operations:
      - method: GET
        name: microsoftazuresettingslist
        description: Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings
        call: costmanagementclient-settings.microsoftazuresettingslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-costmanagement/settings/{type}
      name: scope-providers-microsoft-costmanagement-settings-type
      description: REST surface for scope-providers-Microsoft.CostManagement-settings-type.
      operations:
      - method: PUT
        name: microsoftazuresettingscreateorupdatebyscope
        description: Microsoft Azure Put Scope Providers Microsoft Costmanagement Settings Type
        call: costmanagementclient-settings.microsoftazuresettingscreateorupdatebyscope
        with:
          setting: rest.setting
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresettingsgetbyscope
        description: Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings Type
        call: costmanagementclient-settings.microsoftazuresettingsgetbyscope
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresettingsdeletebyscope
        description: Microsoft Azure Delete Scope Providers Microsoft Costmanagement Settings Type
        call: costmanagementclient-settings.microsoftazuresettingsdeletebyscope
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: costmanagementclient-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CostManagementClient — Settings. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: costmanagementclient-settings.microsoftazuresettingslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-scope-providers
      description: Microsoft Azure Put Scope Providers Microsoft Costmanagement Settings Type
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: costmanagementclient-settings.microsoftazuresettingscreateorupdatebyscope
      with:
        setting: tools.setting
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers-2
      description: Microsoft Azure Get Scope Providers Microsoft Costmanagement Settings Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: costmanagementclient-settings.microsoftazuresettingsgetbyscope
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-scope-providers
      description: Microsoft Azure Delete Scope Providers Microsoft Costmanagement Settings Type
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: costmanagementclient-settings.microsoftazuresettingsdeletebyscope
      outputParameters:
      - type: object
        mapping: $.