kintone Sample MCP Server
JSON →Integrate with kintone data and applications using the Model Context Protocol.
Tools · 25
- get_record kintoneアプリの1レコードを取得
- search_records kintoneアプリのレコードを検索
- create_record kintoneアプリに新しいレコードを作成
- update_record kintoneアプリの既存レコードを更新
- upsert_record kintoneアプリの重複禁止フィールドを指定してレコードを作成または更新(Upsert操作)
- add_record_comment kintoneレコードにコメントを追加
- update_record_status kintoneレコードのステータスを更新(プロセス管理)
- update_record_assignees kintoneレコードの作業者を更新(プロセス管理)
- get_record_comments kintoneレコードのコメントを取得
- upload_file kintoneにファイルをアップロード
- download_file kintoneからファイルをダウンロード(注意: 現在の実装では1MB以上のファイルは正常にダウンロードできない場合があります)
- get_apps_info アプリ名(文字列検索)、アプリID(自然数)、アプリコード、スペースIDを組み合わせてkintoneアプリ情報を取得(app_name または app_id は必須)
- get_form_layout kintoneアプリのフォームレイアウトを取得
- get_form_fields kintoneアプリのフォームフィールド情報を取得(本番環境のみ、プレビュー環境は `get_preview_form_fields` を使用)
- get_app_actions kintoneアプリのアプリアクション設定を取得
- get_app_plugins kintoneアプリに追加されているプラグインの一覧を取得
- get_process_management kintoneアプリのプロセス管理設定を取得
- get_app_acl kintoneアプリのアクセス権限を取得
- get_field_acl kintoneアプリのフィールドのアクセス権限を取得
- get_record_acl 指定したレコードのアクセス権限を取得
- evaluate_records_acl 指定した条件でレコードのアクセス権限を評価
- get_views kintoneアプリの一覧(ビュー)の設定を取得
- get_reports kintoneアプリのグラフ設定を取得
- get_notifications kintoneアプリの通知条件設定を取得
- get_per_record_notifications kintoneアプリのレコード単位の通知設定を取得
Links
★ 11 GitHub stars