mcp-with-ssh

by aakarsh-sasi
Verified

write_memory_bank_file

Store and manage data efficiently by writing content to a specified file in the memory bank using SSH-supported central knowledge base for seamless access.

Instructions

Write to a Memory Bank file

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the file
filenameYesName of the file to write

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to the file", "type": "string" }, "filename": { "description": "Name of the file to write", "type": "string" } }, "required": [ "filename", "content" ], "type": "object" }
ID: lbc6a9lfqg