twining_graph_query
Search the knowledge graph for entities by substring match in names or properties. Filter by entity type and limit results.
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 |
|---|---|---|---|
| query | Yes | Substring to search for in entity names and properties | |
| entity_types | No | Filter to only these entity types | |
| limit | No | Maximum results to return (default: 10) |