mt_add_connection
Add a new Movable Type connection to enable AI-driven content refactoring through the MT Data API, requiring connection ID, name, endpoint, username, and password.
Instructions
新しいMT接続を追加します
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 接続ID(一意の識別子) | |
| name | Yes | 接続の表示名 | |
| endpoint | Yes | Data API のエンドポイントURL(例: http://example.com/cgi-bin/mt/mt-data-api.cgi) | |
| username | Yes | MTユーザー名 | |
| password | Yes | MTパスワードまたはAPIパスワード |