# Buyer Fit Comparison for Zentra Tool Firewall

**Use case:** 

Evaluate the fit of various tool options with buyer data. Get insights into top 10 buyer-ready records, including source URLs and match reasons.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "compare-buyer-fit",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name"
  },
  "signalType": {
    "label": "Signal Type"
  },
  "summary": {
    "label": "Summary"
  },
  "evidenceUrl": {
    "label": "Evidence Url"
  },
  "confidence": {
    "label": "Confidence"
  },
  "recommendedAction": {
    "label": "Recommended Action"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Agent Tool Firewall](https://apify.com/zentrafoundry/zentra-agentops-tool-firewall) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/zentra-agentops-tool-firewall) to learn more, explore other use cases, and run it yourself.