save_client_profile
WHEN: no profile was found by resolve_client_profile and the user wants one created (or updated) for their client, so future release-note requests never need v1/v2/customModelIds again. Creates or updates a Client Profile keyed by the CURRENT caller's ADO org/project (auto-detected from MCP headers -- not a parameter). Only the fields you pass are changed; omit a field to leave it untouched on an existing profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Friendly client name, e.g. "Acme Corp". | |
| customModelIds | No | Comma-separated custom model id(s) from the Custom Models tab -- the client's own extensions AND any separate ISV vendor models. | |
| targetVersionTag | No | The version being evaluated for upgrade, e.g. "10.0.2645.32". | |
| currentVersionTag | No | The client's current live D365FO version tag, e.g. "10.0.2527.109". |