Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

evaluate_slo

Evaluate a Dynatrace SLO by ID and retrieve its compliance for a custom timeframe or default period.

Instructions

Evaluate an SLO by ID and return its compliance result (platform SLO v1). Uses the async evaluation:start / evaluation:poll flow per spec.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe SLO ID to evaluate.
timeframeFromNoStart of the custom timeframe, e.g. 'now-7d' or an ISO 8601 timestamp.
timeframeToNoEnd of the custom timeframe (defaults to 'now' when omitted).
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the async nature ('Uses the async evaluation:start / evaluation:poll flow'), but does not explain side effects, idempotency, or how the polling works. The information is minimal but not contradictory.

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 short sentences convey the core purpose and signal the async flow. No unnecessary words; front-loaded with the key action and resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite moderate complexity (async flow, optional timeframes, no output schema), the description does not explain what the compliance result looks like, how to handle the async lifecycle, or any constraints. It's insufficient for an AI agent to fully understand behavior without external spec references.

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% and schema descriptions are already clear. The tool description adds only a general statement about returning compliance, not additional semantic detail for the parameters. 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 the action ('Evaluate an SLO by ID') and the result ('return its compliance result'), and specifies it's for 'platform SLO v1'. This distinguishes it from sibling tools like get_slo (which returns definition) and list_slos.

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 mentions the async evaluation flow but does not explicitly guide when to use this tool versus alternatives like get_slo or why a custom timeframe might be needed. There is no when-not-to-use or clarification of tradeoffs.

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