Skip to main content
Glama
zilliztech

Zilliz MCP Server

Official
by zilliztech

insert_entities

Adds data objects to a Milvus vector database collection, matching schema fields for storage and retrieval.

Instructions

Insert data into a specific collection.

Args:
    cluster_id: ID of the cluster
    region_id: ID of the cloud region hosting the cluster
    endpoint: The cluster endpoint URL. Can be obtained by calling describe_cluster and using the connect_address field
    collection_name: The name of an existing collection
    data: An entity object or an array of entity objects. Note that the keys in an entity object should match the collection schema
    db_name: The name of the target database. Pass explicit dbName or leave empty when cluster is free or serverless
Returns:
    Dict containing the response with insert count and insert IDs
    Example:
    {
        "code": 0,
        "data": {
            "insertCount": 10,
            "insertIds": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
        }
    }
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_idYes
region_idYes
endpointYes
collection_nameYes
dataYes
db_nameNo

Latest Blog Posts

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/zilliztech/zilliz-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server