Skip to main content
Glama

create_note

Create a new Markdown note with title, content, and optional tags to organize your thoughts and documentation in a structured format.

Instructions

Create a new Markdown note

Args: title: Note title content: Note content tags: Optional comma-separated list of tags

Returns: Confirmation message of note creation

Input Schema

NameRequiredDescriptionDefault
titleYes
contentYes
tagsNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "tags": { "default": "", "title": "Tags", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

Other Tools from Notes 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/sayranovv/notes-mcp-server'

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