Skip to main content
Glama

Database Updater MCP Server

create_note

Add notes to databases via natural language commands; specify title and content for structured, searchable entries in supported database types like PostgreSQL, MySQL, MongoDB, and SQLite.

Instructions

Create a new note

Input Schema

NameRequiredDescriptionDefault
contentYesText content of the note
titleYesTitle of the note

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Text content of the note", "type": "string" }, "title": { "description": "Title of the note", "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Database Updater 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/AnuragRai017/database-updater-MCP-Server'

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