get_product_details
Retrieve comprehensive product information by querying the LicenseSpring MCP Server, enabling efficient license management and operational insights.
Instructions
Get detailed information about a product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"product": {
"minLength": 1,
"type": "string"
}
},
"required": [
"product"
],
"type": "object"
}