Baidu Vector Database MCP Server

by baidu
Apache 2.0
1
  • Apple

stats_table

Retrieve table statistics from a Baidu Vector Database instance by specifying the table name. Facilitates analysis and optimization of database operations within MCP-enabled applications.

Instructions

Get the table statistics in the Mochow instance. Args: table_name (str): Name of the table to get statistics. Returns: str: A string containing the table statistics.

Input Schema

NameRequiredDescriptionDefault
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "stats_tableArguments", "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/baidu/mochow-mcp-server-python'

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