mcp_execute_query
Execute SQL queries directly on a SQL Server database using this tool. Input a raw SQL query to retrieve, analyze, or manipulate data efficiently. Ideal for database operations within the MCPQL server environment.
Instructions
Execute a raw SQL query and return the results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The SQL query to execute. IMPORTANT: When referencing objects, use bracketed, schema-qualified names (e.g., SELECT * FROM [dbo].[Users]). |