Skip to main content
Glama
dynatrace-oss

Dynatrace Managed MCP Server

Official

dynatrace_managed_list_slos

Read-only

List SLOs from Dynatrace Managed with filters for timeframes, management zones, and health states. Enable evaluation to access error budget burn rates and full SLO configuration data.

Instructions

List Service Level Objectives (SLOs) from the Managed cluster. Results include timeframe details, management zones, error budget burn rates, and comprehensive SLO configuration data. IMPORTANT: When evaluate=true, the query must be limited to 25 or fewer results using the limit parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd time (ISO format or relative like "now"). Used when timeFrame="GTF"
demoNoGet demo SLOs instead of real ones. Default: false
fromNoStart time (ISO format or relative like "now-2w"). Used when timeFrame="GTF"
sortNoSorting of SLO entries: "name" for ascending order, "-name" for descending order. Default: "name"
limitNoMaximum number of SLOs to return. Use this when user specifies a count (e.g., "first 15 SLOs" → limit: 15). If not specified, returns up to API limit: 100. Cannot exceed 100
evaluateNoSet to true to enable SLO evaluation. Required when using healthState in sloSelector.
timeFrameNoTime frame for SLO evaluation: "CURRENT" for SLO's own timeframe, "GTF" for custom timeframe specified by from/to parameters
enabledSlosNoFilter by SLO status: "true" for enabled SLOs only, "false" for disabled only, "all" for both. Default: "true"
sloSelectorNoSLO selector to filter results. Syntax: id("id-1","id-2") for SLO IDs, name("Service Availability") for exact name match (case-sensitive), healthState("HEALTHY"|"UNHEALTHY") [requires evaluate=true], text("value") for case-insensitive text search, problemDisplayName("P-12345") for problem display names, managementZone("MZ-A") or managementZoneID("123") for management zones. Combine with commas. Escape special characters ~ and " with ~.
showGlobalSlosNoInclude global SLOs in results regardless of other filters. Default: true
environment_aliasYesSpecify which environment to be queried, by supplying the environment alias as returned by get_environments_info. Can use `ALL_ENVIRONMENTS` to retrieve data from all environments in one request to MCP.

TDQS

A4.2/5.0
Behavior4/5

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

The annotation already declares readOnlyHint=true, and the description does not contradict it. It adds useful non-obvious behavioral context: evaluate=true requires limiting results to 25 or fewer. It also discloses the categories of returned data, which is helpful since no output schema is provided.

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?

The description is three compact sentences with no filler. It front-loads the core purpose, then summarizes return contents, and ends with a high-value constraint. Every sentence 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?

The schema documents all 11 parameters, and the description adds result-content context and a critical usage constraint. It does not describe the exact output shape or pagination behavior, but the absence of an output schema is partially compensated by the results summary. Overall, an agent has enough information to invoke this tool correctly.

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 the baseline is 3. The description adds meaningful parameter interaction guidance beyond the schema by warning that evaluate=true forces a limit of 25 or fewer, which is not evident from the individual parameter 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 verb and resource: 'List Service Level Objectives (SLOs) from the Managed cluster.' It also enumerates the kind of data returned, which distinguishes this listing operation from the sibling get_slo_details tool.

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?

The description gives clear context by framing this as a listing operation and includes a critical evaluate/limit constraint, but it does not explicitly tell the agent when to use list_slos versus get_slo_details or any other alternative. The distinction is inferable from the tool name and siblings, but not stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/dynatrace-oss/dynatrace-managed-mcp'

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