get_dataverse_solution
Retrieve detailed solution information including metadata, version, publisher details, and configuration to inspect solution properties and understand solution structure in Microsoft Dataverse.
Instructions
Retrieves detailed information about a specific solution including its metadata, version, publisher details, and configuration. Use this to inspect solution properties and understand solution structure.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| uniqueName | Yes | Unique name of the solution to retrieve | 
Input Schema (JSON Schema)
{
  "properties": {
    "uniqueName": {
      "description": "Unique name of the solution to retrieve",
      "type": "string"
    }
  },
  "required": [
    "uniqueName"
  ],
  "type": "object"
}