Skip to main content
Glama

MCP Personal Tools Server

by Myk3rinos

add-note

Add a new line to your notes file through the MCP Personal Tools Server. Enter text to store and organize personal notes efficiently.

Instructions

Ajoute une nouvelle ligne au fichier de notes

Input Schema

NameRequiredDescriptionDefault
textYesLe texte à ajouter au fichier de notes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "text": { "description": "Le texte à ajouter au fichier de notes", "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from MCP Personal Tools 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/Myk3rinos/MCP'

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