Logz.io · Capability

Logz.io Drop Filters

Logz.io Drop Filters business capability. Self-contained Naftiko capability covering one Logz.io API surface on the api.logz.io control plane.

Logz.io Drop Filters is a Naftiko capability published by Logz.io, one of 29 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/drop.

The capability includes 1 read-only operation. Lead operation: Retrieve Logz.io Drop Filters resources. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Logz.io, Observability, and Cost Management.

Run with Naftiko Logz.ioObservabilityCost Management

What You Can Do

GET
Get — Retrieve Drop Filters resources.
/v1/drop

MCP Tools

logzio-drop-filters-get

Retrieve Logz.io Drop Filters resources.

read-only idempotent

Capability Spec

drop-filters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Logz.io Drop Filters
  description: 'Logz.io Drop Filters business capability. Self-contained Naftiko capability covering one Logz.io API surface
    on the api.logz.io control plane.'
  tags:
  - Logz.io
  - Observability
  - Cost Management
  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: drop-filters
    baseUri: '{{env.LOGZIO_API_BASE}}'
    description: Manage drop filters that discard events before indexing.
    resources:
    - name: drop-filters-resource
      path: /v1/drop
      operations:
      - name: get
        method: GET
        description: Retrieve Drop Filters 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: drop-filters-rest
    port: 8080
    description: REST adapter for Logz.io Drop Filters.
    resources:
    - path: /v1/drop
      name: drop-filters-resource
      description: REST surface for Logz.io Drop Filters.
      operations:
      - method: GET
        name: get
        description: Retrieve Drop Filters resources.
        call: drop-filters.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: drop-filters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Logz.io Drop Filters.
    tools:
    - name: logzio-drop-filters-get
      description: Retrieve Logz.io Drop Filters resources.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drop-filters.get
      outputParameters:
      - type: object
        mapping: $.