Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

Add Widget to Dashboard

appd_add_widget_to_dashboard

Add a widget to an existing AppDynamics dashboard without overwriting other widgets. Supports time-series charts, metric values, health lists, text, pie charts, and gauges.

Instructions

Add a single widget to an existing dashboard without replacing existing widgets.

This fetches the current dashboard, appends the new widget, and saves it.

Widget types (use exact names):

  • "TIMESERIES_GRAPH": Time-series chart (needs applicationId + metricPath)

  • "METRIC_VALUE": Single metric number (needs applicationId + metricPath)

  • "HEALTH_LIST": Health status list (needs applicationId + entityType)

  • "TEXT": Static text label (needs text)

Args:

  • dashboardId (number): Dashboard ID

  • widget: Widget object with type, title, height, width, x, y, and type-specific fields

Returns: The updated dashboard with the new widget added.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widgetYesThe widget to add to the dashboard.
dashboardIdYesThe ID of the dashboard to add a widget to.
Behavior5/5

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

Discloses internal process (fetches, appends, saves) and confirms non-destructive behavior, supplementing annotations. No contradictions.

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?

Well-structured: purpose sentence, process summary, widget type list with requirements, and parameter summary. No fluff.

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?

Covers all necessary aspects: parameters, widget types, process, and returns. References sibling tools. No output schema needed; description is sufficient.

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?

Adds significant value beyond schema by explaining widget types, required fields, and referencing sibling tools for metric paths, compensating for nested object complexity.

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?

Clearly states 'Add a single widget to an existing dashboard without replacing existing widgets.' Verb and resource are specific, and it distinguishes from siblings like appd_update_dashboard.

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?

Provides when-to-use context and lists widget types with required fields, implying when each type is appropriate. Could explicitly mention alternatives but is still clear.

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