agent_handshake
Configure personalized agent onboarding by declaring your environment details to receive optimal settings for connecting to the MidOS Research Protocol server.
Instructions
Personalized agent onboarding. Declare your environment and get optimal config.
Call this FIRST when connecting to MidOS. Pass as much info as you know. Unknown fields can be left empty -- you'll get sensible defaults.
Args: model: Your model ID (e.g. 'claude-opus-4-6', 'gemini-2.5-pro', 'opus') context_window: Your context window in tokens (e.g. 200000). 0 = auto-detect from model. client: Your CLI/IDE (e.g. 'claude-code', 'cursor', 'windsurf', 'cline') languages: Comma-separated languages (e.g. 'python,typescript') frameworks: Comma-separated frameworks (e.g. 'fastapi,react') platform: Your OS (e.g. 'windows', 'linux', 'macos') project_goal: What you're working on (e.g. 'manga engine with SVG rendering')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| context_window | No | ||
| client | No | ||
| languages | No | ||
| frameworks | No | ||
| platform | No | ||
| project_goal | No |