Baidu Vector Database MCP Server

by baidu
Apache 2.0
1
  • Apple

create_database

Create a database in Baidu Vector Database MCP Server by specifying the database name. Returns a confirmation message upon successful creation, enabling vector search and database operations for LLM applications.

Instructions

Create a database in the Mochow instance. Args: database_name (str): Name of the database. Returns: str: A message indicating the success of database creation.

Input Schema

NameRequiredDescriptionDefault
database_nameYes

Input Schema (JSON Schema)

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