stats_table
Retrieve detailed statistics for a specified table in the Baidu Vector Database using the MCP server, enabling data analysis and management for LLM 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
Name | Required | Description | Default |
---|---|---|---|
table_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"table_name": {
"title": "Table Name",
"type": "string"
}
},
"required": [
"table_name"
],
"title": "stats_tableArguments",
"type": "object"
}