neo4j_search
Search for nodes in Neo4j by label, exact properties, or free-text query across all string properties.
Instructions
Search for nodes in Neo4j.
Provide ONE of:
label + optional properties: finds nodes by label and property match
query: free-text / semantic-like search across all string properties
Args: label: Node label to filter by (e.g. "Comprovante", "Pessoa"). properties: Optional dict of exact property matches {key: value}. query: Free-text search across all string properties (LIKE %query%). limit: Maximum results to return (default 25, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| limit | No | ||
| query | No | ||
| properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |