Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

write_file

Store content in a specified file by providing the path and content as input, enabling structured data storage for architectural decision records.

Instructions

Write content to a file

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the file
pathYesPath to the file to write

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to the file", "type": "string" }, "path": { "description": "Path to the file to write", "type": "string" } }, "required": [ "path", "content" ], "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/tosin2013/mcp-adr-analysis-server'

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