Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

snapshot_repo_create

Create a snapshot repository in Easysearch for storing backup data, supporting multiple storage types including file system, S3, HDFS, Azure, and Google Cloud Storage.

Instructions

创建快照仓库 参数: name: 仓库名称 type: 仓库类型 fs/s3/hdfs/azure/gcs settings: 仓库设置 示例 - 文件系统仓库: snapshot_repo_create("my_backup", "fs", {"location": "/mount/backups"}) 示例 - S3 仓库: snapshot_repo_create("s3_backup", "s3", { "bucket": "my-bucket", "region": "us-east-1" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
typeYes
settingsYes

Other Tools

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/cloudsmithy/easysearch-mcp-server'

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