add_inventory_product_comment
Add a Markdown comment to an inventory product using its ID or exact name. Use category to resolve duplicate names.
Instructions
Add a Markdown comment directly to an inventory product resolved by product ID or exact name. Pass category to disambiguate duplicate names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Inventory product ID or exact product name. Pass category when duplicate product names may exist. | |
| category | No | Optional category ID or exact category name used to disambiguate duplicate product names. | |
| body | Yes | Comment body. Markdown is supported. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |