aimrank_find_similar_domains
Find public domains most similar to a query or a known domain.
Use query for free-text search ("pharma evaluation") OR
domain_id to find domains similar to one you already know.
Exactly one must be provided.
TF-IDF + cosine similarity over name + description + category + declared constitution + objectives text. Cheap (no embedding API calls), 5-minute in-process cache. Only public domains are searched / returned. Score in [0, 1] — typical "useful match" threshold is ≥0.15; "near duplicate" is ≥0.5.
api_key is optional on the public endpoint; on /mcp/mcp a missing key is refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| api_key | No | ||
| domain_id | No | ||
| min_score | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |