Google Safe Browsing · Capability

Google Safe Browsing API — fullHashes:find

Google Safe Browsing API — fullHashes:find. 1 operations. Lead operation: Google Safe Browsing Find Full Hashes. Self-contained Naftiko capability covering one Google Safe Browsing business surface.

Run with Naftiko Google Safe BrowsingfullHashes:find

What You Can Do

POST
Findfullhashes — Google Safe Browsing Find Full Hashes
/v1/fullhashes-find

MCP Tools

google-safe-browsing-find-full

Google Safe Browsing Find Full Hashes

read-only

Capability Spec

openapi-fullhashes-find.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Safe Browsing API — fullHashes:find
  description: 'Google Safe Browsing API — fullHashes:find. 1 operations. Lead operation: Google Safe Browsing Find Full Hashes.
    Self-contained Naftiko capability covering one Google Safe Browsing business surface.'
  tags:
  - Google Safe Browsing
  - fullHashes:find
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_SAFE_BROWSING_API_KEY: GOOGLE_SAFE_BROWSING_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-fullhashes-find
    baseUri: https://safebrowsing.googleapis.com/v4
    description: Google Safe Browsing API — fullHashes:find business capability. Self-contained, no shared references.
    resources:
    - name: fullHashes:find
      path: /fullHashes:find
      operations:
      - name: findfullhashes
        method: POST
        description: Google Safe Browsing Find Full Hashes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: key
      value: '{{env.GOOGLE_SAFE_BROWSING_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: openapi-fullhashes-find-rest
    port: 8080
    description: REST adapter for Google Safe Browsing API — fullHashes:find. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/fullhashes-find
      name: fullhashes-find
      description: REST surface for fullHashes:find.
      operations:
      - method: POST
        name: findfullhashes
        description: Google Safe Browsing Find Full Hashes
        call: openapi-fullhashes-find.findfullhashes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-fullhashes-find-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Safe Browsing API — fullHashes:find. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-safe-browsing-find-full
      description: Google Safe Browsing Find Full Hashes
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: openapi-fullhashes-find.findfullhashes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.