Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

List Service Endpoints

appd_get_service_endpoints
Read-onlyIdempotent

List service endpoints for an application to pinpoint slow API endpoints or servlet mappings, with optional tier filtering.

Instructions

List service endpoints (SEPs) for an application.

Service endpoints represent individual API endpoints or servlet mappings within your application tiers. They provide more granular performance data than business transactions — you can see which specific URL paths or service methods are slow.

Args:

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

  • tierFilter (string, optional): Filter by tier name

Returns: Array of service endpoints with id, name, tier info, and type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierFilterNoOptional: filter by tier name (case-insensitive).
applicationYesApplication name or numeric ID.
Behavior3/5

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

Annotations (readOnlyHint, idempotentHint, destructiveHint) already indicate safe, read-only behavior. Description adds no contradictions and states return format, but does not elaborate on behavioral details beyond annotations.

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?

Concise, front-loaded with purpose, followed by contextual explanation, argument list, and return summary. Five sentences with zero redundant information.

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?

Covers purpose, parameters, return structure sufficiently. No output schema, but return description is clear. Lacks mention of pagination or limits, but acceptable for a simple list tool.

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 description adds minimal value beyond schema (repeats parameter types and filter purpose). No additional constraints or examples provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description explicitly states 'List service endpoints (SEPs) for an application' and explains they provide granular performance data versus business transactions, aiding differentiation from sibling tools like get_business_transactions.

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 clear use case: to see specific URL paths or service methods that are slow. Implicitly contrasts with business transactions for broader view, but does not mention alternatives like get_service_endpoint_performance.

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