Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

list_workflow_executions

Retrieve Dynatrace Automation workflow executions (v1) filtered by workflow ID, state, and pagination. Excludes draft and simple executions.

Instructions

List Dynatrace Automation workflow executions (platform Automation v1). Draft and simple workflow executions are not included. Requires automation:workflows:read scope on the platform token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflowNoWorkflow UUID to filter executions. Comma-separated UUIDs are accepted by the spec (multiple values).
stateNoExecution state filter. Comma-separated values, e.g. 'SUCCESS,FAILED'.
limitNoNumber of results per page.
offsetNoPagination offset.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses exclusion of draft/simple executions and required scope, but does not explain pagination behavior, ordering, or rate limits. The description adds some value but lacks full behavioral detail.

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 two sentences, no redundant words, and front-loaded with the core purpose. Every sentence adds value.

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 list tool with 4 parameters, the description covers the key aspects: scope requirement and exclusion rules. However, it lacks details on default ordering, maximum limit, or error responses, which would be beneficial but not critical.

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 the schema already documents all parameters clearly. The description does not add additional semantics beyond the schema, so it meets the baseline but does not exceed it.

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 'list' and the resource 'workflow executions', specifies the platform version 'Dynatrace Automation (platform Automation v1)', and explicitly excludes draft and simple executions. This distinguishes it from siblings like list_workflows and get_workflow_execution.

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 provides clear context by stating which executions are not included (draft and simple) and the required scope. However, it does not explicitly specify when to use this tool instead of alternatives or provide conditions for use.

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