Skip to main content
Glama

Unstructured API MCP Server

Official

create_weaviate_destination

Set up a Weaviate vector database destination connector by specifying the cluster URL and collection for efficient data management and retrieval.

Instructions

Create an weaviate vector database destination connector.

Args: cluster_url: URL of the weaviate cluster collection : Name of the collection to use in the weaviate cluster Note: The collection is a table in the weaviate cluster. In platform, there are dedicated code to generate collection for users here, due to the simplicity of the server, we are not generating it for users. Returns: String containing the created destination connector information

Input Schema

NameRequiredDescriptionDefault
cluster_urlYes
collectionYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "cluster_url": { "title": "Cluster Url", "type": "string" }, "collection": { "title": "Collection", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name", "cluster_url", "collection" ], "title": "create_weaviate_destinationArguments", "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/Unstructured-IO/UNS-MCP'

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