Microsoft Azure · Capability

Microsoft Azure Azure Log Analytics — Workspaces

Microsoft Azure Azure Log Analytics — Workspaces. 4 operations. Lead operation: Microsoft Azure Gets Metadata Information. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureWorkspaces

What You Can Do

GET
Microsoftazuremetadataget — Microsoft Azure Gets Metadata Information
/v1/workspaces/{workspaceid}/metadata
POST
Microsoftazuremetadatapost — Microsoft Azure Gets Metadata Information
/v1/workspaces/{workspaceid}/metadata
GET
Microsoftazurequeryget — Microsoft Azure Execute An Analytics Query
/v1/workspaces/{workspaceid}/query
POST
Microsoftazurequeryexecute — Microsoft Azure Execute An Analytics Query
/v1/workspaces/{workspaceid}/query

MCP Tools

microsoft-azure-gets-metadata-information

Microsoft Azure Gets Metadata Information

read-only idempotent
microsoft-azure-gets-metadata-information-2

Microsoft Azure Gets Metadata Information

microsoft-azure-execute-analytics-query

Microsoft Azure Execute An Analytics Query

read-only idempotent
microsoft-azure-execute-analytics-query-2

Microsoft Azure Execute An Analytics Query

read-only

Capability Spec

azure-log-analytics-workspaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Log Analytics — Workspaces
  description: 'Microsoft Azure Azure Log Analytics — Workspaces. 4 operations. Lead operation: Microsoft Azure Gets Metadata
    Information. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Workspaces
  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-log-analytics-workspaces
    baseUri: https://api.loganalytics.io/v1
    description: Microsoft Azure Azure Log Analytics — Workspaces business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspaceId-metadata
      path: /workspaces/{workspaceId}/metadata
      operations:
      - name: microsoftazuremetadataget
        method: GET
        description: Microsoft Azure Gets Metadata Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremetadatapost
        method: POST
        description: Microsoft Azure Gets Metadata Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspaceId-query
      path: /workspaces/{workspaceId}/query
      operations:
      - name: microsoftazurequeryget
        method: GET
        description: Microsoft Azure Execute An Analytics Query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurequeryexecute
        method: POST
        description: Microsoft Azure Execute An Analytics Query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-log-analytics-workspaces-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Log Analytics — Workspaces. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspaceid}/metadata
      name: workspaces-workspaceid-metadata
      description: REST surface for workspaces-workspaceId-metadata.
      operations:
      - method: GET
        name: microsoftazuremetadataget
        description: Microsoft Azure Gets Metadata Information
        call: azure-log-analytics-workspaces.microsoftazuremetadataget
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazuremetadatapost
        description: Microsoft Azure Gets Metadata Information
        call: azure-log-analytics-workspaces.microsoftazuremetadatapost
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspaceid}/query
      name: workspaces-workspaceid-query
      description: REST surface for workspaces-workspaceId-query.
      operations:
      - method: GET
        name: microsoftazurequeryget
        description: Microsoft Azure Execute An Analytics Query
        call: azure-log-analytics-workspaces.microsoftazurequeryget
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazurequeryexecute
        description: Microsoft Azure Execute An Analytics Query
        call: azure-log-analytics-workspaces.microsoftazurequeryexecute
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-log-analytics-workspaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Log Analytics — Workspaces. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-metadata-information
      description: Microsoft Azure Gets Metadata Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-workspaces.microsoftazuremetadataget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-metadata-information-2
      description: Microsoft Azure Gets Metadata Information
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-log-analytics-workspaces.microsoftazuremetadatapost
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-execute-analytics-query
      description: Microsoft Azure Execute An Analytics Query
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-workspaces.microsoftazurequeryget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-execute-analytics-query-2
      description: Microsoft Azure Execute An Analytics Query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-log-analytics-workspaces.microsoftazurequeryexecute
      outputParameters:
      - type: object
        mapping: $.