query
Discover insights from a knowledge graph of Python functions, docs, and environment variables using read-only Cypher queries; secrets are automatically sanitized.
Instructions
Execute read-only Cypher queries to explore the knowledge graph.
Only MATCH, RETURN, WITH, WHERE, ORDER BY operations are allowed. Results are automatically sanitized to hide secret values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (max 1000) | |
| cypher | Yes | Read-only Cypher query | |
| parameters | No | Query parameters - can be dict or JSON string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||