Skip to main content
Glama
PortPro-Technologies-Inc

MCP Python Interpreter

write_file

Write content to a specified file with options to set encoding, overwrite existing files, and choose file paths relative or absolute in the Python environment.

Instructions

Write content to a file in the working directory or system-wide if allowed.

Args:
    file_path: Path to the file to write (relative to working directory or absolute if system access is enabled)
    content: Content to write to the file
    overwrite: Whether to overwrite the file if it exists (default: False)
    encoding: File encoding (default: utf-8)

Returns:
    str: Status message about the file writing operation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
encodingNoutf-8
file_pathYes
overwriteNo

Latest Blog Posts

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/PortPro-Technologies-Inc/mcp-python-interpreter'

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