get_query_result
Execute an SQL query on a single line to retrieve results from the current database using GABI MCP Server, ensuring data access with proper authentication.
Instructions
Executes an SQL query on a single line against the current database.
Args: query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "get_query_resultArguments",
"type": "object"
}