search
Searches both the domains table and the entities table simultaneously. Returns matching domains (by domain name) and entities (by name or slug) in a single response. Minimum 2 characters, maximum 100 characters.
Use this tool when:
You have a partial name and need to identify what tracker or entity it belongs to.
You want to find all TunnelMind records related to a company name like "Google" or "Oracle".
You are resolving an ambiguous domain (e.g., does
criteo.comappear in the tracker DB?).
Do NOT use this tool when:
You know the exact domain — use
get_domaininstead (faster, more complete).You know the exact entity slug — use
get_entityinstead.You want to browse by category or industry — use
list_domainsorlist_entities.
Inputs:
q(query, required): Search string, 2-100 characters. Matched against domain names and entity names/slugs.
Returns:
domains: array of matching domain records (list item format).entities: array of matching entity records (list item format).Both arrays may be empty if no matches found. No pagination — results are capped at 20 per type.
Cost:
Free tier: included in 50 req/day. Pro/enterprise: included in plan.
Latency:
Typical: <200ms, p99: <500ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes |