Microsoft Office Integration Microsoft Office 365 Service Communications API — HistoricalStatus

Microsoft Office Integration Microsoft Office 365 Service Communications API — HistoricalStatus. 1 operations. Lead operation: Microsoft Office Integration Get Historical Status. Self-contained Naftiko capability covering one Microsoft Office Integration business surface.

Run with Naftiko Microsoft Office IntegrationHistoricalStatus

What You Can Do

GET
Gethistoricalstatus — Microsoft Office Integration Get Historical Status
/v1/historicalstatus

MCP Tools

microsoft-office-integration-get-historical

Microsoft Office Integration Get Historical Status

read-only idempotent

Capability Spec

microsoft-office-service-communications-historicalstatus.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Office Integration Microsoft Office 365 Service Communications API — HistoricalStatus
  description: 'Microsoft Office Integration Microsoft Office 365 Service Communications API — HistoricalStatus. 1 operations.
    Lead operation: Microsoft Office Integration Get Historical Status. Self-contained Naftiko capability covering one Microsoft
    Office Integration business surface.'
  tags:
  - Microsoft Office Integration
  - HistoricalStatus
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_OFFICE_INTEGRATION_API_KEY: MICROSOFT_OFFICE_INTEGRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-office-service-communications-historicalstatus
    baseUri: https://manage.office.com/api/v1.0/{tenantId}/ServiceComms
    description: Microsoft Office Integration Microsoft Office 365 Service Communications API — HistoricalStatus business
      capability. Self-contained, no shared references.
    resources:
    - name: HistoricalStatus
      path: /HistoricalStatus
      operations:
      - name: gethistoricalstatus
        method: GET
        description: Microsoft Office Integration Get Historical Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Workload
          in: query
          type: string
          description: Filter by workload (default is all).
        - name: StatusTime
          in: query
          type: string
          description: Filter by days greater than StatusTime (default ge CurrentTime - 7 days).
        - name: $select
          in: query
          type: string
          description: Pick a subset of properties.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_OFFICE_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-office-service-communications-historicalstatus-rest
    port: 8080
    description: REST adapter for Microsoft Office Integration Microsoft Office 365 Service Communications API — HistoricalStatus.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/historicalstatus
      name: historicalstatus
      description: REST surface for HistoricalStatus.
      operations:
      - method: GET
        name: gethistoricalstatus
        description: Microsoft Office Integration Get Historical Status
        call: microsoft-office-service-communications-historicalstatus.gethistoricalstatus
        with:
          Workload: rest.Workload
          StatusTime: rest.StatusTime
          $select: rest.$select
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-office-service-communications-historicalstatus-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Office Integration Microsoft Office 365 Service Communications API — HistoricalStatus.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-office-integration-get-historical
      description: Microsoft Office Integration Get Historical Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-office-service-communications-historicalstatus.gethistoricalstatus
      with:
        Workload: tools.Workload
        StatusTime: tools.StatusTime
        $select: tools.$select
      outputParameters:
      - type: object
        mapping: $.