Baidu Vector Database MCP Server

by baidu
Apache 2.0
1
  • Apple

use_database

Select and switch to a specific database within the Baidu Vector Database MCP Server to enable vector searches and operations in LLM applications.

Instructions

Switch to a different database. Args: database_name (str): Name of the database to use. Returns: str: A message indicating the success of the database switch.

Input Schema

NameRequiredDescriptionDefault
database_nameYes

Input Schema (JSON Schema)

{ "properties": { "database_name": { "title": "Database Name", "type": "string" } }, "required": [ "database_name" ], "title": "use_databaseArguments", "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