Microsoft Azure · Capability

Microsoft Azure Azure Blob Storage API

Microsoft Azure Azure Blob Storage API. 1 operations. Lead operation: Microsoft Azure Get Blob Service Properties. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft Azure

What You Can Do

GET
Servicegetproperties — Microsoft Azure Get Blob Service Properties
/v1

MCP Tools

microsoft-azure-get-blob-service

Microsoft Azure Get Blob Service Properties

read-only idempotent

Capability Spec

azure-blob-storage-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Blob Storage API
  description: 'Microsoft Azure Azure Blob Storage API. 1 operations. Lead operation: Microsoft Azure Get Blob Service Properties.
    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: azure-blob-storage-general
    baseUri: https://{accountName}.blob.core.windows.net
    description: Microsoft Azure Azure Blob Storage API business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: servicegetproperties
        method: GET
        description: Microsoft Azure Get Blob Service Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: restype
          in: query
          type: string
          required: true
        - name: comp
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-blob-storage-general-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Blob Storage API. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: servicegetproperties
        description: Microsoft Azure Get Blob Service Properties
        call: azure-blob-storage-general.servicegetproperties
        with:
          restype: rest.restype
          comp: rest.comp
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-blob-storage-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Blob Storage API. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-get-blob-service
      description: Microsoft Azure Get Blob Service Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-blob-storage-general.servicegetproperties
      with:
        restype: tools.restype
        comp: tools.comp
      outputParameters:
      - type: object
        mapping: $.