Skip to main content
Glama

Doris MCP Server

Official
by apache

get_table_indexes

Retrieve index details for a specified table in Apache Doris databases using the Doris MCP Server. Provide the table name and optional database name to access relevant index information.

Instructions

[Function Description]: Get index information for the specified table. [Parameter Content]:

  • table_name (string) [Required] - Name of the table to query
  • db_name (string) [Optional] - Target database name, defaults to the current database

Input Schema

NameRequiredDescriptionDefault
db_nameNo
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "db_name": { "default": null, "title": "Db Name", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "get_table_indexes_toolArguments", "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/apache/doris-mcp-server'

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