Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

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" }

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/r3-yamauchi/kintone-mcp-server'

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