Skip to main content
Glama

Eyevinn Open Source Cloud MCP Server

by EyevinnOSC

osc_create_db

Create and configure a new database instance (SQL, NoSQL, or MemoryDb) in the Eyevinn Open Source Cloud MCP Server using a structured input format.

Instructions

Create a new database instance in Eyevinn Open Source Cloud

Input Schema

NameRequiredDescriptionDefault
nameYesName of the database
typeYesType of database [SQL, NoSQL, MemoryDb]

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the database", "pattern": "^[a-z0-9]+$", "type": "string" }, "type": { "description": "Type of database [SQL, NoSQL, MemoryDb]", "type": "string" } }, "required": [ "name", "type" ], "type": "object" }

You must be authenticated.

Other Tools from Eyevinn Open Source Cloud MCP 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/EyevinnOSC/mcp-server'

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