Skip to main content
Glama

memo-mcp

by 108yen
MIT License
124

createMemo

Generate and organize memos with specific categories, titles, and content to streamline information storage and retrieval on the memo-mcp server.

Instructions

Create a new memo

Input Schema

NameRequiredDescriptionDefault
categoryIdNo
contentYes
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categoryId": { "type": "string" }, "content": { "type": "string" }, "title": { "type": "string" } }, "required": [ "content", "title" ], "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/108yen/memo-mcp'

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