find_similar_elements
Identify semantically similar elements in DollhouseMCP using NLP scoring to discover related personas, skills, templates, agents, memories, or ensembles based on Jaccard similarity and Shannon entropy analysis.
Instructions
Find elements that are semantically similar to a given element using NLP scoring (Jaccard similarity and Shannon entropy). Returns elements with similarity scores and relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_name | Yes | Name of the element to find similar items for | |
| element_type | No | Type of the element. If not specified, searches all types. | |
| limit | No | Maximum number of similar elements to return. Defaults to 10. | |
| threshold | No | Minimum similarity score (0-1) to include. Defaults to 0.5. |