Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

Get BT Performance Metrics

appd_get_bt_performance
Read-onlyIdempotent

Retrieve performance metrics for a business transaction, including average response time, calls per minute, errors per minute, and slow call counts. Requires the BT ID obtained from appd_get_business_transactions.

Instructions

Get performance metrics for a specific business transaction (BT).

Retrieves average response time, calls per minute, errors per minute, slow calls, very slow calls, and stall count for the specified BT.

Use appd_get_business_transactions first to find the BT ID.

Args:

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

  • btId (number): Business transaction ID

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

Returns: BT details plus metric data for each performance metric.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
btIdYesThe numeric ID of the business transaction.
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; the description adds value by enumerating the specific metrics returned (e.g., errors per minute, stall count) and clarifies it is a read operation. 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 compact, starts with the core purpose, uses a clear bullet-style for args, and every sentence adds value. No extraneous text.

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?

No output schema, but description summarizes return value as BT details plus metric data for each listed metric. It omits the structure of BT details but is adequate for a simple data retrieval tool with 3 parameters.

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%, so baseline 3. The description adds context for each parameter: application can be name or ID, btId comes from lookup, durationInMins defaults to 60. This goes beyond schema descriptions.

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 performance metrics for a specific business transaction, listing the exact metrics (average response time, calls per minute, etc.) and differentiating it from sibling like appd_get_business_transactions which finds the BT ID.

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?

It explicitly advises to use appd_get_business_transactions first to obtain the BT ID, providing a clear prerequisite. However, it does not directly contrast with alternatives like appd_get_metric_data, leaving some ambiguity.

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