Skip to main content
Glama
asafkiv

AppDynamics MCP Server

by asafkiv

List Dashboards

appd_get_dashboards
Read-onlyIdempotent

List all custom AppDynamics dashboards. Optionally filter by name to find specific dashboards quickly.

Instructions

List all custom dashboards in AppDynamics.

Returns dashboard summaries including id, name, creator, and timestamps. Use nameFilter to search for specific dashboards.

Args:

  • nameFilter (string, optional): Filter by dashboard name

Returns: Array of dashboard summaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameFilterNoOptional: filter dashboards by name (case-insensitive partial match).
Behavior4/5

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

Annotations already indicate readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false. The description adds value by detailing return fields (id, name, creator, timestamps) and filtering behavior, which is beyond the annotation scope. 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?

Three sentences efficiently convey purpose, return value, and optional parameter. No wasted words; front-loaded with the main action.

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?

Given the annotations covering safety and idempotence, the schema covering the parameter, and the description covering return fields, the tool definition is complete for a simple list operation. No output schema needed as return values are described.

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 description coverage is 100% with a clear description of the nameFilter parameter. The description reiterates the parameter's purpose but does not add new meaning beyond the schema, meeting the baseline for high coverage.

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?

Title 'List Dashboards' and description 'List all custom dashboards' clearly state the action and resource. The description specifies what is returned (summaries with id, name, creator, timestamps) and the optional filtering, distinguishing it from other dashboard tools like create, delete, or clone.

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?

Description mentions using nameFilter to search for specific dashboards, but does not explicitly state when to use this tool over siblings (e.g., appd_get_dashboard for a single dashboard, or other get tools). Usage context is implied but not differentiated.

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