intel_optout
Checks a domain for all known AI training data opt-out mechanisms beyond robots.txt:
TDM (Text and Data Mining) reservation headers, <meta name="ai"> tags, Creative
Commons NonCommercial licenses, and other machine-readable opt-out signals.
Use this tool when:
You need to determine whether a domain has opted out of AI training data collection.
You are checking compliance before using a domain's content in a training dataset.
You want a comprehensive opt-out status (robots.txt + TDM + meta tags combined).
Do NOT use this tool when:
You only need robots.txt crawler policy — use
intel_robotsinstead (faster).You need tracker data — use
get_domaininstead.You want injection risk assessment — use
intel_injectinstead.
Inputs:
domain(query, required): Domain to probe.
Returns:
tdm_reservation: true if the domain sends aTDM-Reservation: 1header.noai_meta: true if the HTML contains<meta name="robots" content="noai">.license_detected: string if a CC NonCommercial or similar license is detected, otherwise null.opted_out: true if any opt-out signal is present.
Cost:
Free. No API key required.
Latency:
Typical: 2-4s, p99: 7s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | When true, return a task handle immediately instead of blocking. Poll get_task for the result. | |
| domain | Yes | ||
| receipt | No | When true, attach a signed Receipt v1.0 committed to the transparency log. Additive — a signing failure never costs you the observation (ADR-014). |