Skip to main content
Glama

HANA Cloud MCP Server

by HatriGt

hana_describe_table

Analyze and retrieve the structure of a specified table in SAP HANA Cloud Database using schema and table names, enabling efficient data management and integration with Cursor IDE.

Instructions

Describe the structure of a specific table

Input Schema

NameRequiredDescriptionDefault
schema_nameNoName of the schema containing the table (optional)
table_nameYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "schema_name": { "description": "Name of the schema containing the table (optional)", "type": "string" }, "table_name": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "table_name" ], "type": "object" }

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