Update an existing experiment tool. Only name and description can be updated.
Args: experiment_id (str): ID of the experiment. user (UserModel): User authenticated with api key. data (ExperimentUpdateModel): Fields to update.
Returns: ContextExperimentModel: Updated experiment object.
Successful Response
Experiment model with the context for AI/MCP endpoints.