Skip to main content
Glama

MCP-Server-Inbox

by maoruibin

write_note

Create and save notes to the inBox note-taking system via the MCP-Server-Inbox. Add titles and markdown-formatted content with ease through any MCP client.

Instructions

Write note to inBox

Input Schema

NameRequiredDescriptionDefault
contentYesText content of the note with markdown format
titleNoOptional title of the note

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Text content of the note with markdown format", "type": "string" }, "title": { "description": "Optional title of the note", "type": "string" } }, "required": [ "content" ], "type": "object" }

Other Tools from MCP-Server-Inbox

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/maoruibin/mcp-server-inbox'

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