Baidu Vector Database MCP Server

by baidu
Apache 2.0
1
  • Apple

select_table_rows

Extract specific rows from a table using a filter expression, with options to limit results and specify output fields in the Baidu Vector Database MCP Server.

Instructions

Select rows with a filter expression in the Mochow instance. Args: table_name (str): Name of the table. filter_expr (str): Filter expression to select data. Defaults to None. limit (int): Maximum number of results. Defaults to 10. output_fields (Optional[list[str]]): Fields to return in the results. Defaults to None. Returns: str: A string containing the selected rows.

Input Schema

NameRequiredDescriptionDefault
filter_exprNo
limitNo
output_fieldsNo
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "filter_expr": { "default": null, "title": "Filter Expr", "type": "string" }, "limit": { "default": 10, "title": "Limit", "type": "integer" }, "output_fields": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Output Fields" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "select_table_rowsArguments", "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