naftiko: 1.0.0-alpha2 info: label: Logz.io Lookup Lists description: 'Logz.io Lookup Lists business capability. Self-contained Naftiko capability covering one Logz.io API surface on the api.logz.io control plane.' tags: - Logz.io - Observability - Enrichment created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: LOGZIO_API_TOKEN: LOGZIO_API_TOKEN LOGZIO_API_BASE: LOGZIO_API_BASE capability: consumes: - type: http namespace: lookup-lists baseUri: '{{env.LOGZIO_API_BASE}}' description: Manage reference lookup lists for enrichment and alerting. resources: - name: lookup-lists-resource path: /v1/lookups operations: - name: get method: GET description: Retrieve Lookup Lists resources. outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: X-API-TOKEN value: '{{env.LOGZIO_API_TOKEN}}' placement: header exposes: - type: rest namespace: lookup-lists-rest port: 8080 description: REST adapter for Logz.io Lookup Lists. resources: - path: /v1/lookups name: lookup-lists-resource description: REST surface for Logz.io Lookup Lists. operations: - method: GET name: get description: Retrieve Lookup Lists resources. call: lookup-lists.get outputParameters: - type: object mapping: $. - type: mcp namespace: lookup-lists-mcp port: 9090 transport: http description: MCP adapter for Logz.io Lookup Lists. tools: - name: logzio-lookup-lists-get description: Retrieve Logz.io Lookup Lists resources. hints: readOnly: true destructive: false idempotent: true call: lookup-lists.get outputParameters: - type: object mapping: $.