Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 31 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,34 +191,37 @@ export HTTPS_PROXY="http://username:password@proxy.example.com:8080"

## ツール一覧

| ツール名 | 説明 |
| --------------------------------- | -------------------------------------- |
| `kintone-get-apps` | 複数のアプリ情報を取得 |
| `kintone-get-app` | 単一アプリの詳細情報を取得 |
| `kintone-get-form-fields` | アプリのフィールド設定を取得 |
| `kintone-get-form-layout` | アプリのフォームレイアウトを取得 |
| `kintone-update-form-fields` | アプリのフィールド設定を更新 |
| `kintone-update-form-layout` | アプリのフォームレイアウトを更新 |
| `kintone-delete-form-fields` | アプリのフィールドを削除 |
| `kintone-get-process-management` | プロセス管理設定を取得 |
| `kintone-get-app-deploy-status` | アプリ設定の運用環境への反映状況確認 |
| `kintone-get-general-settings` | アプリの一般設定を取得 |
| `kintone-add-form-fields` | アプリにフィールドを追加 |
| `kintone-get-records` | 複数のレコードを取得 |
| `kintone-add-records` | 複数のレコードを追加 |
| `kintone-update-records` | 複数のレコードを更新 |
| `kintone-delete-records` | 複数のレコードを削除 |
| `kintone-update-statuses` | 複数のレコードのステータスを更新 |
| `kintone-get-record-comments` | レコードのコメントを取得 |
| `kintone-add-record-comment` | レコードにコメントを追加 |
| `kintone-add-app` | 動作テスト環境にアプリを作成 |
| `kintone-deploy-app` | アプリ設定を運用環境へ反映 |
| `kintone-update-general-settings` | アプリの一般設定を変更 |
| `kintone-download-file` | 添付ファイルフィールドのファイルを保存 |
| `kintone-add-space-from-template` | テンプレートからスペースを作成 |
| `kintone-update-space` | スペースの設定を更新 |
| `kintone-get-space` | スペースの情報を取得 |
| `kintone-delete-space` | スペースを削除 |
| ツール名 | 説明 |
| ---------------------------------- | ---------------------------------------- |
| `kintone-get-apps` | 複数のアプリ情報を取得 |
| `kintone-get-app` | 単一アプリの詳細情報を取得 |
| `kintone-get-form-fields` | アプリのフィールド設定を取得 |
| `kintone-get-form-layout` | アプリのフォームレイアウトを取得 |
| `kintone-update-form-fields` | アプリのフィールド設定を更新 |
| `kintone-update-form-layout` | アプリのフォームレイアウトを更新 |
| `kintone-delete-form-fields` | アプリのフィールドを削除 |
| `kintone-get-process-management` | プロセス管理設定を取得 |
| `kintone-get-app-deploy-status` | アプリ設定の運用環境への反映状況確認 |
| `kintone-get-general-settings` | アプリの一般設定を取得 |
| `kintone-add-form-fields` | アプリにフィールドを追加 |
| `kintone-get-records` | 複数のレコードを取得 |
| `kintone-export-records-to-file` | 複数のレコードを取得しJSONファイルに保存 |
| `kintone-add-records` | 複数のレコードを追加 |
| `kintone-import-records-from-file` | JSONファイルからレコードをまとめて追加 |
| `kintone-update-records` | 複数のレコードを更新 |
| `kintone-update-records-from-file` | JSONファイルからレコードをまとめて更新 |
| `kintone-delete-records` | 複数のレコードを削除 |
| `kintone-update-statuses` | 複数のレコードのステータスを更新 |
| `kintone-get-record-comments` | レコードのコメントを取得 |
| `kintone-add-record-comment` | レコードにコメントを追加 |
| `kintone-add-app` | 動作テスト環境にアプリを作成 |
| `kintone-deploy-app` | アプリ設定を運用環境へ反映 |
| `kintone-update-general-settings` | アプリの一般設定を変更 |
| `kintone-download-file` | 添付ファイルフィールドのファイルを保存 |
| `kintone-add-space-from-template` | テンプレートからスペースを作成 |
| `kintone-update-space` | スペースの設定を更新 |
| `kintone-get-space` | スペースの情報を取得 |
| `kintone-delete-space` | スペースを削除 |

## ドキュメント

Expand Down
59 changes: 31 additions & 28 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,34 +200,37 @@ export HTTPS_PROXY="http://username:password@proxy.example.com:8080"

## Tools

| Tool Name | Description |
| --------------------------------- | -------------------------------------------------- |
| `kintone-get-apps` | Get information of multiple apps |
| `kintone-get-app` | Get details of a single app |
| `kintone-get-form-fields` | Get app field settings |
| `kintone-get-form-layout` | Get app form layout |
| `kintone-update-form-fields` | Update app field settings |
| `kintone-update-form-layout` | Update app form layout |
| `kintone-delete-form-fields` | Delete app fields |
| `kintone-get-process-management` | Get process management settings |
| `kintone-get-app-deploy-status` | Check app settings deployment status to production |
| `kintone-get-general-settings` | Get general settings of an app |
| `kintone-add-form-fields` | Add fields to an app |
| `kintone-get-records` | Get multiple records |
| `kintone-add-records` | Add multiple records |
| `kintone-update-records` | Update multiple records |
| `kintone-delete-records` | Delete multiple records |
| `kintone-update-statuses` | Update status of multiple records |
| `kintone-get-record-comments` | Get comments on a record |
| `kintone-add-record-comment` | Add a comment to a record |
| `kintone-add-app` | Create app in pre-live environment |
| `kintone-deploy-app` | Deploy app settings to production |
| `kintone-update-general-settings` | Update app general settings |
| `kintone-download-file` | Download and save a file from an attachment field |
| `kintone-add-space-from-template` | Create a new kintone space from a space template |
| `kintone-update-space` | Update space settings |
| `kintone-get-space` | Get space information and portal settings |
| `kintone-delete-space` | Delete a space |
| Tool Name | Description |
| ---------------------------------- | ------------------------------------------------------------------------------------------ |
| `kintone-get-apps` | Get information of multiple apps |
| `kintone-get-app` | Get details of a single app |
| `kintone-get-form-fields` | Get app field settings |
| `kintone-get-form-layout` | Get app form layout |
| `kintone-update-form-fields` | Update app field settings |
| `kintone-update-form-layout` | Update app form layout |
| `kintone-delete-form-fields` | Delete app fields |
| `kintone-get-process-management` | Get process management settings |
| `kintone-get-app-deploy-status` | Check app settings deployment status to production |
| `kintone-get-general-settings` | Get general settings of an app |
| `kintone-add-form-fields` | Add fields to an app |
| `kintone-get-records` | Get multiple records |
| `kintone-export-records-to-file` | Export records to a local JSON file (no record contents returned to LLM) |
| `kintone-add-records` | Add multiple records |
| `kintone-import-records-from-file` | Add records in bulk from a local JSON file (no record contents loaded into LLM context) |
| `kintone-update-records` | Update multiple records |
| `kintone-update-records-from-file` | Update records in bulk from a local JSON file (no record contents loaded into LLM context) |
| `kintone-delete-records` | Delete multiple records |
| `kintone-update-statuses` | Update status of multiple records |
| `kintone-get-record-comments` | Get comments on a record |
| `kintone-add-record-comment` | Add a comment to a record |
| `kintone-add-app` | Create app in pre-live environment |
| `kintone-deploy-app` | Deploy app settings to production |
| `kintone-update-general-settings` | Update app general settings |
| `kintone-download-file` | Download and save a file from an attachment field |
| `kintone-add-space-from-template` | Create a new kintone space from a space template |
| `kintone-update-space` | Update space settings |
| `kintone-get-space` | Get space information and portal settings |
| `kintone-delete-space` | Delete a space |

## Documentation

Expand Down
12 changes: 12 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,26 @@
"name": "kintone-get-records",
"description": "Get multiple records from a Kintone app"
},
{
"name": "kintone-export-records-to-file",
"description": "Retrieve records from a Kintone app and save them to a local JSON file under KINTONE_ATTACHMENTS_DIR without returning record contents to the LLM"
},
{
"name": "kintone-add-records",
"description": "Add multiple records to a Kintone app"
},
{
"name": "kintone-import-records-from-file",
"description": "Add records to a Kintone app in bulk by reading them from a local JSON file without loading the record contents into the LLM context"
},
{
"name": "kintone-update-records",
"description": "Update multiple records in a Kintone app"
},
{
"name": "kintone-update-records-from-file",
"description": "Update records of a Kintone app in bulk by reading them from a local JSON file without loading the record contents into the LLM context"
},
{
"name": "kintone-delete-records",
"description": "Delete multiple records from a Kintone app"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"globals": "17.9.0",
"npm": "11.19.0",
"prettier": "3.8.5",
"tsx": "4.23.9",
"tsx": "4.23.11",
"typescript": "5.9.3",
"vitest": "4.1.10"
},
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading