Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

List Health Rules

appd_get_health_rules
Read-onlyIdempotent

Retrieve a summary or full configuration of health rules for an application, including thresholds and evaluation criteria.

Instructions

List health rules configured for an application, or get details of a specific health rule.

Health rules define the thresholds and conditions that trigger violations. Understanding what health rules exist and their configuration is essential context for interpreting violations.

Without healthRuleId: returns a summary list of all health rules (id, name, type, enabled, affected entity type). With healthRuleId: returns the full configuration of that specific health rule including evaluation criteria.

Args:

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

  • healthRuleId (number, optional): Specific health rule ID for details

Returns: Array of health rules or single detailed health rule object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applicationYesApplication name or numeric ID.
healthRuleIdNoOptional: specific health rule ID to get detailed info.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. Description adds behavioral details: returns summary list vs full configuration, explains what fields are returned in each case, and provides background on health rules. 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?

Description is concise and well-structured: purpose sentence, background, mode-specific behavior, parameter list, expected output. No redundant sentences; all information earns its place.

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, description compensates by explaining return content (summary vs detailed) and mentions fields like id, name, type. Sufficient for a 2-parameter tool with clear behavior.

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 covers both parameters with descriptions (100% coverage). Description repeats parameter info almost identically, adding minimal new semantic value beyond clarifying the behavior difference.

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 it can list health rules or get details of a specific rule. The two modes are explained with different outcomes, distinguishing it from sibling tools like create/delete/update 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 Guidelines4/5

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

Provides explicit context for when to use each mode ('Without healthRuleId' vs 'With healthRuleId'). Mentions that understanding health rules is essential for interpreting violations, but does not explicitly state when not to use or alternatives.

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