Skip to main content
Glama

AI Ops Hub

by Galiusbro

file_write

Write content to files for storing notes, documents, and operational data within the AI Ops Hub environment.

Instructions

Записать содержимое в файл

Input Schema

NameRequiredDescriptionDefault
contentYesСодержимое для записи
pathYesПуть к файлу

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Содержимое для записи", "type": "string" }, "path": { "description": "Путь к файлу", "type": "string" } }, "required": [ "path", "content" ], "type": "object" }

Other Tools from AI Ops Hub

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/Galiusbro/MCP'

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