search_labels
Search entity labels with fuzzy matching to locate relevant entities before querying the knowledge graph.
Instructions
Find entity labels whose name fuzzy-matches a search string. Use
this to locate entities related to a topic before asking about them
with query, or before get_knowledge_graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text to fuzzy-match against entity labels, e.g. 'DIME'. | |
| limit | No | Maximum number of matching labels to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |