Context Graph tools enable the Meta Agent to interact with your organizational knowledge graph. Query infrastructure relationships, discover dependencies, and even modify the graph through natural language.Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
For detailed use cases and examples of Context Graph queries, see Context Graph Use Cases.
Schema & Discovery
Understand the structure of your knowledge graph.| Tool | Description |
|---|---|
fetch_graph_schema | Retrieve the current graph schema (node types, relationships) |
scan_graph_nodes | Search for nodes matching specified criteria |
get_node_labels | List all available node labels in the graph |
Query Execution
Execute queries against the knowledge graph.| Tool | Description |
|---|---|
execute_cypher_query | Execute a Cypher query against the graph |
execute_dynamic_query | Generate and execute queries from natural language |
Dynamic Query Generation
The Meta Agent can automatically generate Cypher queries from natural language. For example: Prompt: “Show me all repositories with critical vulnerabilities” Generated Query:Graph Modification
Create and modify nodes and relationships.| Tool | Description |
|---|---|
create_node | Create a new node with specified labels and properties |
update_node | Update properties on an existing node |
create_relationship | Create a relationship between two nodes |
delete_relationship | Remove a relationship |
Common Query Patterns
Find Dependencies
Security Analysis
Infrastructure Discovery
Related
- Context Graph Overview - Understanding the knowledge graph
- Graph Visualization - Visual exploration
- Queries - Writing Cypher queries
- Context Graph Use Cases - Real-world examples