Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

list_hosts

Retrieve host entities from Dynatrace Smartscape via Grail DQL or classic API, with optional tag or management zone filters.

Instructions

Queries Smartscape host entities via Grail DQL (Gen3-native). Pass useClassic:true to use the classic Entities v2 API on Gen2 tenants. Optional tag/management-zone filters only work with useClassic:true (Gen2).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag, e.g. 'env:prod'. Only applied when useClassic:true.
managementZoneNoFilter by management zone name. Only applied when useClassic:true.
pageSizeNo
useClassicNoUse the classic Entities v2 API instead of Grail DQL (only for Gen2 tenants that still expose /api/v2/entities).
Behavior3/5

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

No annotations exist, so the description carries full burden. It discloses the dual-backend behavior and filter limitations but omits pagination behavior, rate limits, or output format. The pageSize parameter is not mentioned.

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?

Two sentences with no redundancy. All information is front-loaded and essential. Every word contributes.

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?

For a tool without output schema, the description covers the main input behaviors. It could hint at the return format (e.g., 'returns host entities'), but the core purpose and conditional modes are well covered.

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 high (75%) and already documents conditional filter behavior. The description reinforces this but does not add new meaning beyond the schema. Baseline 3 is appropriate.

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 it queries Smartscape host entities via Grail DQL, with a fallback to classic API. This distinct purpose separates it from other list tools like list_dashboards or list_entities.

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?

The description explains when to use the classic API (Gen2 tenants via useClassic:true) and notes that tag/managementZone filters only work in that mode. It doesn't compare directly with find_entities or other query tools but gives clear contextual guidance.

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/mnmozi/dynatrace-mcp-saas'

If you have feedback or need assistance with the MCP directory API, please join our Discord server