search_research_entities
Search research entities by name or approximate name.
Use this tool whenever a user refers to an entity by name and a research entity UUID is needed.
Results are ranked by match quality and include the research entity UUIDs required by other research tools.
When multiple results are returned, review the entity name, description, match type, match confidence, and available research count to determine the most appropriate entity before using its entity_uuid in another tool.
This tool only searches existing research entities and does not create or modify data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Minimum 1, maximum 50, default 10. | |
| query | Yes | The entity name or approximate entity reference to search for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | The maximum number of matching research entities requested. | |
| results | Yes | The matching research entities, ordered by match confidence. | |
| queried_name | Yes | The normalized version of the query used to search for research entities. | |
| total_results_count | Yes | The total number of matching research entities found before applying the result limit. |