Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

Get Error Events

appd_get_errors
Read-onlyIdempotent

Retrieve error, exception, and crash events for an AppDynamics application within a specified time window. Returns severity, summary, and affected entity details.

Instructions

Retrieve error and exception events for an application.

Returns ERROR, APPLICATION_ERROR, and APPLICATION_CRASH events from the AppDynamics events API. These represent exceptions, application errors, and crashes detected by the agent.

Args:

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

  • durationInMins (number, optional): Lookback in minutes (default: 60)

Returns: Array of error events with severity, summary, timestamp, and affected entity details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applicationYesApplication name or numeric ID.
durationInMinsNoTime range in minutes to look back. Defaults to 60.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds context about return event types and fields (severity, summary, timestamp), which supplements the annotations without contradiction.

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

Conciseness4/5

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

The description is structured with sections (Args, Returns) but is somewhat verbose with bullet points. It is clear and well-organized, though slightly longer than necessary.

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

Completeness4/5

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

Given no output schema, the description provides return field names (severity, summary, timestamp, affected entity), which is helpful. It covers purpose and parameters adequately for a read-only query tool, though does not mention pagination or limits.

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

Parameters3/5

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

Schema coverage is 100%, so schema already documents parameters. The description adds minor value by specifying the default for durationInMins and confirming application accepts both name and ID, but does not significantly enhance understanding 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 retrieves error and exception events, listing specific types (ERROR, APPLICATION_ERROR, APPLICATION_CRASH). It distinguishes from sibling tools that handle different entities like dashboards or health rules.

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

Usage Guidelines3/5

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

The description does not explicitly guide when to use this tool versus alternatives like appd_get_health_violations or appd_get_snapshots. It implies usage for error events but lacks 'when not to use' or comparisons.

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