get_entity_details
Retrieve comprehensive details about a specific entity by providing its GUID using the New Relic MCP Server tool. Simplify entity management and data analysis.
Instructions
Get detailed information about a specific entity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entity_guid | Yes | The GUID of the entity |
Input Schema (JSON Schema)
{
"properties": {
"entity_guid": {
"description": "The GUID of the entity",
"type": "string"
}
},
"required": [
"entity_guid"
],
"type": "object"
}