Microsoft Azure · Capability

Microsoft Azure SeaBreezeManagementClient

Microsoft Azure SeaBreezeManagementClient. 2 operations. Lead operation: Microsoft Azure Gets Services Of A Given Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft Azure

What You Can Do

GET
Microsoftazureservicelistbyapplicationname — Microsoft Azure Gets Services Of A Given Application
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services
GET
Microsoftazureserviceget — Microsoft Azure Gets The Properties Of The Service
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services/{servicename}

MCP Tools

microsoft-azure-gets-services-given

Microsoft Azure Gets Services Of A Given Application

read-only idempotent
microsoft-azure-gets-properties-service

Microsoft Azure Gets The Properties Of The Service

read-only idempotent

Capability Spec

seabreezemanagementclient-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SeaBreezeManagementClient
  description: 'Microsoft Azure SeaBreezeManagementClient. 2 operations. Lead operation: Microsoft Azure Gets Services Of
    A Given Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  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: seabreezemanagementclient-general
    baseUri: https://management.azure.com
    description: Microsoft Azure SeaBreezeManagementClient business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services
      operations:
      - name: microsoftazureservicelistbyapplicationname
        method: GET
        description: Microsoft Azure Gets Services Of A Given Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}/services/{serviceName}
      operations:
      - name: microsoftazureserviceget
        method: GET
        description: Microsoft Azure Gets The Properties Of The Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: seabreezemanagementclient-general-rest
    port: 8080
    description: REST adapter for Microsoft Azure SeaBreezeManagementClient. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureservicelistbyapplicationname
        description: Microsoft Azure Gets Services Of A Given Application
        call: seabreezemanagementclient-general.microsoftazureservicelistbyapplicationname
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicefabricmesh/applications/{applicationname}/services/{servicename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureserviceget
        description: Microsoft Azure Gets The Properties Of The Service
        call: seabreezemanagementclient-general.microsoftazureserviceget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: seabreezemanagementclient-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SeaBreezeManagementClient. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-services-given
      description: Microsoft Azure Gets Services Of A Given Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-general.microsoftazureservicelistbyapplicationname
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-properties-service
      description: Microsoft Azure Gets The Properties Of The Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: seabreezemanagementclient-general.microsoftazureserviceget
      outputParameters:
      - type: object
        mapping: $.