twining_graph_query
Search a knowledge graph for entities by matching names or properties with a case-insensitive substring query. Returns matching entities and their properties.
Instructions
Search the knowledge graph for entities by name or property substring match. Case-insensitive. Returns matching entities with their properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 10) | |
| query | Yes | Substring to search for in entity names and properties | |
| entity_types | No | Filter to only these entity types |