Skip to main content
Glama

MCP Personal Tools Server

by Myk3rinos

add-note

Add a new line to a notes file using a simple MCP-based tool, enabling quick and organized note-taking for compatible clients or agents.

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" }
Install Server

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