Skip to main content
Glama

Emlog MCP Server

by eraincc
MIT License
2

create_note

Generate and save micro-notes for Emlog blogs, specifying content and privacy settings (public or private) using the Emlog MCP Server.

Instructions

Create a new micro-note

Input Schema

NameRequiredDescriptionDefault
privateNoWhether the note is private (y) or public (n)
tYesThe content of the micro-note

Input Schema (JSON Schema)

{ "properties": { "private": { "description": "Whether the note is private (y) or public (n)", "enum": [ "y", "n" ], "type": "string" }, "t": { "description": "The content of the micro-note", "type": "string" } }, "required": [ "t" ], "type": "object" }

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/eraincc/emlog-mcp'

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