Skip to main content
Glama

MCP JSON Document Collection Server

by jimpick

create_json_doc_database

Generate and manage JSON document databases on the MCP JSON Document Collection Server, enabling CRUD operations, querying, and cloud-based synchronization for shared data storage.

Instructions

Create a JSON document database

Input Schema

NameRequiredDescriptionDefault
databaseNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "databaseName": { "type": "string" } }, "required": [ "databaseName" ], "type": "object" }

You must be authenticated.

Other Tools from MCP JSON Document Collection Server

Related Tools

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/jimpick/mcp-json-db-collection-server'

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