switch_model_profile
Switches the active model profile between standard and performance settings, updating the environment for multi-agent task execution.
Instructions
モデルプロファイルを切り替える。
※ Owner のみ使用可能。
Args: profile: 切り替え先プロファイル(standard/performance) caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 切り替え結果(success, previous_profile, current_profile, settings)
Notes:
永続化先は .multi-agent-mcp/.env の MCP_MODEL_PROFILE_ACTIVE のみ。
config.json には保存しない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||