ZelaxyDocs
Tool Integrations
Tool

MSSQL

Execute SQL queries on Microsoft SQL Server

MSSQL

Execute SQL queries against Microsoft SQL Server databases. Supports SELECT, INSERT, UPDATE, DELETE, and stored procedures.

Overview

PropertyValue
Typemssql
CategoryTool — Database
AuthConnection String

Operations

OperationDescription
QueryExecute a SQL query

Configuration

SettingTypeDescription
HostShort inputServer hostname
PortShort inputPort (default: 1433)
DatabaseShort inputDatabase name
UsernameShort inputSQL Server username
PasswordPasswordSQL Server password
QueryCode editorSQL query to execute
EncryptToggleUse encrypted connection

Outputs

FieldTypeDescription
datajsonQuery result rows
contentstringFormatted results
rowCountnumberNumber of rows returned/affected

Example: Enterprise Data Chatbot

Workflow:

[Starter] → [Agent] → [Response]

        [MSSQL] (connected as tool)

Agent receives natural-language questions, translates them to SQL, queries the enterprise SQL Server database, and returns formatted results.

Tips

  • Use parameterized queries for SQL injection prevention
  • Enable encryption for production connections
  • Agent as tool — provide table schemas in the system prompt so the AI can write accurate queries