Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

call_hg_procedure

Execute stored procedures in Hologres databases by specifying the procedure name and required arguments, enabling efficient database operations through the MCP server interface.

Instructions

Call a stored procedure in Hologres database.

Input Schema

NameRequiredDescriptionDefault
argumentsNoThe arguments to pass to the stored procedure in Hologres database
procedure_nameYesThe name of the stored procedure to call in Hologres database

Input Schema (JSON Schema)

{ "properties": { "arguments": { "description": "The arguments to pass to the stored procedure in Hologres database", "items": { "type": "string" }, "type": "array" }, "procedure_name": { "description": "The name of the stored procedure to call in Hologres database", "type": "string" } }, "required": [ "procedure_name" ], "type": "object" }

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/aliyun/alibabacloud-hologres-mcp-server'

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