Skip to main content
Glama

HANA Cloud MCP Server

by HatriGt

hana_describe_index

Analyze and retrieve the structure of a specific index in a SAP HANA Cloud database table, using schema, table, and index details for precise insights.

Instructions

Describe the structure of a specific index

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "index_name": { "description": "Name of the index to describe", "type": "string" }, "schema_name": { "description": "Name of the schema containing the table (optional)", "type": "string" }, "table_name": { "description": "Name of the table containing the index", "type": "string" } }, "required": [ "table_name", "index_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