Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

Auto-Build Dashboard

appd_auto_build_dashboard

Automatically builds a complete monitoring dashboard for an application. Discovers tiers, business transactions, and health rules, then creates a multi-section dashboard with configurable focus and time range.

Instructions

Automatically build a complete monitoring dashboard for an application.

Discovers the application's tiers, business transactions, and health rules, then creates a fully populated multi-section dashboard in AppDynamics.

Focus modes:

  • "comprehensive" (default): Overview + business transactions + infrastructure + health

  • "performance": Overview + business transactions

  • "infrastructure": Overview + tier-level graphs

  • "health": Overview + health status

Args:

  • applicationName (string): Application name or numeric ID

  • dashboardName (string, optional): Dashboard name. Defaults to "{AppName} - Auto Dashboard"

  • focus (string, optional): comprehensive | performance | infrastructure | health

  • timeRangeMinutes (number, optional): Time window in minutes. Default: 60

Returns: The created dashboard name and ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoDashboard focus: "comprehensive" (default), "performance", "infrastructure", or "health".
dashboardNameNoDashboard name. Defaults to "{AppName} - Auto Dashboard".
applicationNameYesApplication name or numeric ID.
timeRangeMinutesNoTime window in minutes for metric graphs. Default: 60.
Behavior4/5

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

Annotations indicate write behavior (readOnlyHint=false) and non-idempotent (idempotentHint=false). The description adds context by explaining the automatic discovery and creation process. It does not mention potential duplicate dashboards due to non-idempotency, but the core behavior is well disclosed.

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 concise and structured: a one-sentence intro, a bullet-style list of focus modes, and a clear arg list. Every sentence adds value, and the key purpose is front-loaded.

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?

For a tool of this complexity (4 parameters, multiple focus modes, no output schema), the description covers all essential aspects: what it does, how to configure it, and what is returned. It is complete enough 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.

Parameters4/5

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

Schema coverage is 100%, and the description enhances this by explaining defaults (dashboardName defaults to '{AppName} - Auto Dashboard', timeRangeMinutes defaults to 60) and the focus enum options with use-case descriptions. This adds value beyond the schema.

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 clearly states the tool's purpose: 'automatically build a complete monitoring dashboard for an application'. It details what it discovers (tiers, BTs, health rules) and the outcome (multi-section dashboard), which distinguishes it from sibling tools like appd_create_dashboard that likely create empty dashboards.

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

Usage Guidelines4/5

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

The description provides focus modes and default values, giving context on when to use different configurations. However, it does not explicitly state when not to use this tool or suggest alternatives, so the guidance is clear but not exhaustive.

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