naftiko: 1.0.0-alpha2 info: label: Sophos Central SIEM API — Alerts description: 'Sophos Central SIEM API — Alerts. 1 operations. Lead operation: List Security Alerts. Self-contained Naftiko capability covering one Sophos business surface.' tags: - Sophos - Alerts created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SOPHOS_API_KEY: SOPHOS_API_KEY capability: consumes: - type: http namespace: central-siem-alerts baseUri: https://api1.central.sophos.com/gateway description: Sophos Central SIEM API — Alerts business capability. Self-contained, no shared references. resources: - name: siem-v1-alerts path: /siem/v1/alerts operations: - name: listalerts method: GET description: List Security Alerts outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: cursor in: query type: string description: Pagination cursor identifier for fetching the next page of results - name: from_date in: query type: integer description: Unix timestamp in UTC specifying the start date for alerts. Must be within the last 24 hours. - name: from_date_offset_minutes in: query type: integer description: Delay data collection by the specified number of minutes. Useful for avoiding data gaps. - name: limit in: query type: integer description: Maximum number of alerts to return. Default is 200, maximum is 1000. - name: x-api-key in: header type: string description: API key for authentication required: true - name: Authorization in: header type: string description: Bearer token for authentication required: true - name: X-Timestamp in: header type: string description: Optional timestamp header authentication: type: bearer token: '{{env.SOPHOS_API_KEY}}' exposes: - type: rest namespace: central-siem-alerts-rest port: 8080 description: REST adapter for Sophos Central SIEM API — Alerts. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/siem/v1/alerts name: siem-v1-alerts description: REST surface for siem-v1-alerts. operations: - method: GET name: listalerts description: List Security Alerts call: central-siem-alerts.listalerts with: cursor: rest.cursor from_date: rest.from_date from_date_offset_minutes: rest.from_date_offset_minutes limit: rest.limit x-api-key: rest.x-api-key Authorization: rest.Authorization X-Timestamp: rest.X-Timestamp outputParameters: - type: object mapping: $. - type: mcp namespace: central-siem-alerts-mcp port: 9090 transport: http description: MCP adapter for Sophos Central SIEM API — Alerts. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-security-alerts description: List Security Alerts hints: readOnly: true destructive: false idempotent: true call: central-siem-alerts.listalerts with: cursor: tools.cursor from_date: tools.from_date from_date_offset_minutes: tools.from_date_offset_minutes limit: tools.limit x-api-key: tools.x-api-key Authorization: tools.Authorization X-Timestamp: tools.X-Timestamp outputParameters: - type: object mapping: $.