put-models-description-by-model-id
Update or remove the markdown description for a specific AI model in the Scenario.com MCP Server by providing the model ID and new description content.
Instructions
Update the markdown description of the given modelId
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalAssets | No | If set to true, returns the original asset without transformation | |
| modelId | Yes | The description's `modelId` to update | |
| description | Yes | The markdown description of the model (ex: `# My model`). Set to `null` to delete the description. |