Skip to main content
Glama
dynatrace-oss

Dynatrace Managed MCP Server

Official

dynatrace_managed_get_entity_relationships

Read-only

Retrieve incoming and outgoing relationships for a specific entity to map dependencies and connections across Dynatrace Managed environments.

Instructions

Get relationships that a specific entity has "to" and "from" other entities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityIdYesThe entity ID to get relationships for
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

A3.5/5.0
Behavior3/5

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

The readOnlyHint annotation already signals a safe read operation, and the description aligns with this by using 'Get'. It adds some value by clarifying that both incoming ('from') and outgoing ('to') relationships are included, but it does not disclose response structure, pagination, or any other behavioral details.

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 a single sentence that is front-loaded with the primary action and resource, with no redundant words or filler. Every part of the sentence contributes meaningful information.

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

Completeness3/5

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

For a simple read-only query with two clearly described parameters, the description is mostly adequate. However, with no output schema, the description does not clarify what shape the relationship data takes or whether results are grouped by direction, leaving some ambiguity for an agent trying to interpret the response.

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%, so both parameters are already well-documented. The tool description itself adds no additional meaning beyond the schema's parameter descriptions, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get'), the resource ('relationships'), and the scope ('a specific entity... to and from other entities'). This distinguishes it from sibling tools like get_entity_details or discover_entities by operation and resource type, though it does not explicitly name an alternative.

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 implies the appropriate use case: when an agent needs relationship data for a specific entity. However, it provides no explicit guidance about when to prefer this tool over related siblings such as get_entity_details or discover_entities, and no exclusions or alternatives are mentioned.

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