Package ai.chatur.cortex.spring.query
Class QueryTools
java.lang.Object
ai.chatur.cortex.spring.query.QueryTools
MCP tools that let AI agents interrogate the knowledge graph with SPARQL queries and full-text
search.
-
Constructor Summary
ConstructorsConstructorDescriptionQueryTools(ai.chatur.cortex.CortexQuery cortexQuery, ai.chatur.cortex.CortexSearch cortexSearch) Creates the tools. -
Method Summary
-
Constructor Details
-
QueryTools
public QueryTools(ai.chatur.cortex.CortexQuery cortexQuery, ai.chatur.cortex.CortexSearch cortexSearch) Creates the tools.- Parameters:
cortexQuery- the query role used to run SPARQL queriescortexSearch- the search role used for full-text search
-