search_graph
Search entities in the knowledge graph by name or type, with optional limit on results.
Instructions
Search entities in the knowledge graph by name or type.
Args: query: Search term for entity name. type: Optional entity type filter. limit: Max results (max 100).
Returns: List of matching entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |