Skip to main content
Glama

HANA Cloud MCP Server

by HatriGt

hana_execute_query

Run custom SQL queries on the SAP HANA Cloud Database using the HANA Cloud MCP Server. Input a query and optional parameters for prepared statements to process data efficiently.

Instructions

Execute a custom SQL query against the HANA database

Input Schema

NameRequiredDescriptionDefault
parametersNoOptional parameters for the query (for prepared statements)
queryYesThe SQL query to execute

Input Schema (JSON Schema)

{ "properties": { "parameters": { "description": "Optional parameters for the query (for prepared statements)", "items": { "type": "string" }, "type": "array" }, "query": { "description": "The SQL query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from HANA Cloud MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HatriGt/hana-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server