query_triples
Retrieve knowledge graph triples from Novyx MCP by filtering entities and relationships to find specific connections in structured data.
Instructions
Query knowledge graph triples with optional filters.
At least one filter should be provided. Returns all matching triples.
Args:
subject: Filter by subject entity name.
predicate: Filter by relationship predicate.
object_name: Filter by object entity name.
Returns:
JSON string with matching triples.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | No | ||
| predicate | No | ||
| object_name | No |