list_apm_applications
Retrieve a list of all APM applications in your New Relic account using a specified account ID with this tool on the MCP server.
Instructions
List all APM applications in your New Relic account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_account_id | No | Optional New Relic account ID |
Input Schema (JSON Schema)
{
"properties": {
"target_account_id": {
"description": "Optional New Relic account ID",
"type": "string"
}
},
"type": "object"
}