Microsoft Azure · Capability

Microsoft Azure Anomaly Detector — Timeseries

Microsoft Azure Anomaly Detector — Timeseries. 3 operations. Lead operation: Microsoft Azure Detect Change Point For The Entire Series. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTimeseries

What You Can Do

POST
Microsoftazureunivariatedetectunivariatechangepoint — Microsoft Azure Detect Change Point For The Entire Series
/v1/timeseries/changepoint/detect
POST
Microsoftazureunivariatedetectunivariateentireseries — Microsoft Azure Detect Anomalies For The Entire Series In Batch
/v1/timeseries/entire/detect
POST
Microsoftazureunivariatedetectunivariatelastpoint — Microsoft Azure Detect Anomaly Status Of The Latest Point In Time Series
/v1/timeseries/last/detect

MCP Tools

microsoft-azure-detect-change-point

Microsoft Azure Detect Change Point For The Entire Series

microsoft-azure-detect-anomalies-entire

Microsoft Azure Detect Anomalies For The Entire Series In Batch

microsoft-azure-detect-anomaly-status

Microsoft Azure Detect Anomaly Status Of The Latest Point In Time Series

read-only

Capability Spec

anomaly-detector-timeseries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Anomaly Detector — Timeseries
  description: 'Microsoft Azure Anomaly Detector — Timeseries. 3 operations. Lead operation: Microsoft Azure Detect Change
    Point For The Entire Series. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Timeseries
  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: anomaly-detector-timeseries
    baseUri: ''
    description: Microsoft Azure Anomaly Detector — Timeseries business capability. Self-contained, no shared references.
    resources:
    - name: timeseries-changepoint-detect
      path: /timeseries/changepoint/detect
      operations:
      - name: microsoftazureunivariatedetectunivariatechangepoint
        method: POST
        description: Microsoft Azure Detect Change Point For The Entire Series
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: options
          in: body
          type: string
          description: Method of univariate anomaly detection.
          required: true
    - name: timeseries-entire-detect
      path: /timeseries/entire/detect
      operations:
      - name: microsoftazureunivariatedetectunivariateentireseries
        method: POST
        description: Microsoft Azure Detect Anomalies For The Entire Series In Batch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: options
          in: body
          type: string
          description: Method of univariate anomaly detection.
          required: true
    - name: timeseries-last-detect
      path: /timeseries/last/detect
      operations:
      - name: microsoftazureunivariatedetectunivariatelastpoint
        method: POST
        description: Microsoft Azure Detect Anomaly Status Of The Latest Point In Time Series
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: options
          in: body
          type: string
          description: Method of univariate anomaly detection.
          required: true
  exposes:
  - type: rest
    namespace: anomaly-detector-timeseries-rest
    port: 8080
    description: REST adapter for Microsoft Azure Anomaly Detector — Timeseries. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/timeseries/changepoint/detect
      name: timeseries-changepoint-detect
      description: REST surface for timeseries-changepoint-detect.
      operations:
      - method: POST
        name: microsoftazureunivariatedetectunivariatechangepoint
        description: Microsoft Azure Detect Change Point For The Entire Series
        call: anomaly-detector-timeseries.microsoftazureunivariatedetectunivariatechangepoint
        with:
          options: rest.options
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/timeseries/entire/detect
      name: timeseries-entire-detect
      description: REST surface for timeseries-entire-detect.
      operations:
      - method: POST
        name: microsoftazureunivariatedetectunivariateentireseries
        description: Microsoft Azure Detect Anomalies For The Entire Series In Batch
        call: anomaly-detector-timeseries.microsoftazureunivariatedetectunivariateentireseries
        with:
          options: rest.options
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/timeseries/last/detect
      name: timeseries-last-detect
      description: REST surface for timeseries-last-detect.
      operations:
      - method: POST
        name: microsoftazureunivariatedetectunivariatelastpoint
        description: Microsoft Azure Detect Anomaly Status Of The Latest Point In Time Series
        call: anomaly-detector-timeseries.microsoftazureunivariatedetectunivariatelastpoint
        with:
          options: rest.options
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: anomaly-detector-timeseries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Anomaly Detector — Timeseries. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-detect-change-point
      description: Microsoft Azure Detect Change Point For The Entire Series
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: anomaly-detector-timeseries.microsoftazureunivariatedetectunivariatechangepoint
      with:
        options: tools.options
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-detect-anomalies-entire
      description: Microsoft Azure Detect Anomalies For The Entire Series In Batch
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: anomaly-detector-timeseries.microsoftazureunivariatedetectunivariateentireseries
      with:
        options: tools.options
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-detect-anomaly-status
      description: Microsoft Azure Detect Anomaly Status Of The Latest Point In Time Series
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: anomaly-detector-timeseries.microsoftazureunivariatedetectunivariatelastpoint
      with:
        options: tools.options
      outputParameters:
      - type: object
        mapping: $.