announce_model
Report your active model identifier to have the server adjust available tools for the session. Use when plan_turn is not suitable.
Instructions
Agent self-reports its active model identifier. Server resolves to a tier via model_tier_map (fuzzy: normalize → exact → glob → substring → '*' → 'full') and narrows the exposed tool list accordingly. Idempotent: a second call with the same model is a cheap no-op. Prefer calling plan_turn(model=...) for routine per-task use; use announce_model as a fallback when plan_turn is not appropriate for the current task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Your active model identifier, e.g. 'claude-haiku-4-5'. |