Collected sources and patterns will appear here. Add from search or the patterns library.
DatabaseQuery -> ValidatedReadQuery
Restrict database client operations to read-only queries by asserting connection options or parsing query syntax before execution.
Problem it solves
Allowing LLMs direct tool access to databases introduces risks of unauthorized data modification or destructive actions.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.