Baidu Vector Database MCP Server

by baidu
Apache 2.0
1
  • Apple

delete_table_rows

Remove specific rows from a table in the Baidu Vector Database using a filter expression. Specify the table name and filtering criteria to delete targeted data efficiently.

Instructions

Delete 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 to delete. Returns: str: A message indicating the success of data deletion.

Input Schema

NameRequiredDescriptionDefault
filter_exprYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "filter_expr": { "title": "Filter Expr", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name", "filter_expr" ], "title": "delete_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