Skip to main content
Glama

HANA Cloud MCP Server

by HatriGt

hana_describe_table

Analyze the structure of a table in SAP HANA Cloud by providing the schema and table name to understand its columns and data types.

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" }
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