Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

Browse Metric Tree

appd_browse_metric_tree
Read-onlyIdempotent

Browse the AppDynamics metric tree to discover available metric paths. Start at top-level folders and drill into specific paths.

Instructions

Browse the AppDynamics metric tree to discover available metric paths.

Call without metricPath to see top-level folders, then drill into specific folders by providing their path.

Common top-level folders:

  • Overall Application Performance

  • Application Infrastructure Performance

  • Business Transaction Performance

  • Backends

  • Errors

  • Service Endpoints

Custom metrics (submitted by machine agents) live under: 'Application Infrastructure Performance|{Tier}|Individual Nodes|{Node}|Custom Metrics' Use rollup=false when browsing node-level paths to ensure per-node data is returned.

Args:

  • application (string|number): App name or ID

  • metricPath (string, optional): Parent path to browse (omit for top-level)

  • rollup (boolean, optional): Aggregate across entities (default: true). Set false for node-level browsing.

Returns: Array of child metric nodes with name, type (folder or leaf), and full path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rollupNoWhether to aggregate (roll up) metric data across all entities matching the path. Default true (aggregated). Set to false when browsing node-level or custom metric paths.
metricPathNoParent metric path to browse. Omit to see the top-level folders. Use pipe-separated paths like 'Overall Application Performance' or 'Application Infrastructure Performance|Tier1'. Custom metrics live under 'Application Infrastructure Performance|{Tier}|Individual Nodes|{Node}|Custom Metrics'.
applicationYesApplication name or numeric ID.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false. The description adds value by explaining that browsing reveals metric paths without modifying data, and that rollup controls aggregation behavior. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with bullet points for top-level folders and custom metrics. It is front-loaded with the purpose, and every sentence serves a clear function. There is no redundancy or extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite lacking an output schema, the description explicitly states what is returned ('Array of child metric nodes with name, type (folder or leaf), and full path'). Combined with thorough parameter guidance and usage context, the tool is fully self-contained for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the input schema already describes the parameters with 100% coverage, the description adds extra meaning: example paths for metricPath, clarification that rollup defaults to true and when to set false, and the structure of custom metrics. This significantly aids correct usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Browse the AppDynamics metric tree to discover available metric paths.' This clearly identifies the verb (browse) and resource (metric tree), and distinguishes it from sibling tools like appd_get_metric_data which retrieves data rather than exploring paths.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit guidance: call without metricPath for top-level, then drill down with specific paths. It also explains when to set rollup=false (node-level browsing) and lists common top-level folders. This provides clear context for when and how to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asafkiv/appdynamics-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server