connect_json_doc_database_to_cloud
Sync a JSON document database with cloud services to enable sharing and access across platforms using the MCP JSON Document Collection Server.
Instructions
Connect a JSON document database to cloud sync service
Input Schema
Name | Required | Description | Default |
---|---|---|---|
databaseName | No | name of document database to connect to cloud |
Input Schema (JSON Schema)
{
"properties": {
"databaseName": {
"description": "name of document database to connect to cloud",
"type": "string"
}
},
"type": "object"
}