Skip to main content

Module query

Module query 

Source
Expand description

Read-only SQL query tool.

Provides a query tool for executing read-only SQL queries against the database. This tool is intended for advanced users and debugging purposes.

SECURITY: This tool requires user permission before execution and only allows SELECT statements. INSERT, UPDATE, DELETE, DROP, and other modifying statements are rejected.

Enums§

QueryFormat
Output format for query results.

Functions§

get_tools
Get all query-related tools.
query
Execute a read-only SQL query.