Gel
JSON →Provides tools and resources for coding agents to interact with the Gel database, including automatic project configuration for query builders and ORMs.
Tools · 6
- execute_query run a query against the Gel instance configured in the current project. Supports arguments and globals.
- try_query run a query in a transaction that gets rolled back in the end, preventing actual data modification.
- list_examples access code examples for advanced workflows such as configuring the AI extension.
- fetch_example access code examples for advanced workflows such as configuring the AI extension.
- list_rules in case you forgot to configure Gel rules in your text editor, the agent can access them like this, too.
- fetch_rule in case you forgot to configure Gel rules in your text editor, the agent can access them like this, too.
Links
★ 3 GitHub stars