Kintone MCP Server

upload_file

Upload files to Kintone apps by providing Base64-encoded file data and a file name. Facilitates file handling and integration with Kintone workflows using the Kintone MCP Server.

Instructions

kintoneアプリにファイルをアップロードします

Input Schema

NameRequiredDescriptionDefault
file_dataYesBase64エンコードされたファイルデータ
file_nameYesアップロードするファイルの名前

Input Schema (JSON Schema)

{ "properties": { "file_data": { "description": "Base64エンコードされたファイルデータ", "type": "string" }, "file_name": { "description": "アップロードするファイルの名前", "type": "string" } }, "required": [ "file_name", "file_data" ], "type": "object" }
ID: dki958qnks