Tanium · Capability

Tanium Threat Response API — Status

Tanium Threat Response API — Status. 1 operations. Lead operation: Get Threat Response Service Status. Self-contained Naftiko capability covering one Tanium business surface.

Run with Naftiko TaniumStatus

What You Can Do

GET
Getthreatresponsestatus — Get Threat Response Service Status
/v1/plugin/products/threat-response/api/v1/status

MCP Tools

get-threat-response-service-status

Get Threat Response Service Status

read-only idempotent

Capability Spec

threat-response-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tanium Threat Response API — Status
  description: 'Tanium Threat Response API — Status. 1 operations. Lead operation: Get Threat Response Service Status. Self-contained
    Naftiko capability covering one Tanium business surface.'
  tags:
  - Tanium
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TANIUM_API_KEY: TANIUM_API_KEY
capability:
  consumes:
  - type: http
    namespace: threat-response-status
    baseUri: https://{tanium_server}
    description: Tanium Threat Response API — Status business capability. Self-contained, no shared references.
    resources:
    - name: plugin-products-threat-response-api-v1-status
      path: /plugin/products/threat-response/api/v1/status
      operations:
      - name: getthreatresponsestatus
        method: GET
        description: Get Threat Response Service Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: session
      value: '{{env.TANIUM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: threat-response-status-rest
    port: 8080
    description: REST adapter for Tanium Threat Response API — Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/plugin/products/threat-response/api/v1/status
      name: plugin-products-threat-response-api-v1-status
      description: REST surface for plugin-products-threat-response-api-v1-status.
      operations:
      - method: GET
        name: getthreatresponsestatus
        description: Get Threat Response Service Status
        call: threat-response-status.getthreatresponsestatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: threat-response-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tanium Threat Response API — Status. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-threat-response-service-status
      description: Get Threat Response Service Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: threat-response-status.getthreatresponsestatus
      outputParameters:
      - type: object
        mapping: $.