Skip to main content
Glama

HANA Cloud MCP Server

by HatriGt

hana_list_indexes

Retrieve all indexes for a specified table in SAP HANA Cloud, aiding database optimization and management. Requires table name and optional schema name as inputs.

Instructions

List all indexes for a specific table

Input Schema

NameRequiredDescriptionDefault
schema_nameNoName of the schema containing the table (optional)
table_nameYesName of the table to list indexes for

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 list indexes for", "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