Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

get_entity

Query a single entity by its ID using Grail DQL for Gen3 tenants or the classic Entities API for Gen2 tenants. Specify entity ID and optionally use classic mode.

Instructions

Queries a single Smartscape entity by id via Grail DQL (Gen3-native). Pass useClassic:true to use the classic Entities v2 API on Gen2 tenants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityIdYesEntity id, e.g. 'HOST-ABC123' or 'SERVICE-XYZ'.
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 are provided, so the description carries full burden. It discloses the backend difference (Grail DQL vs classic API) but lacks details on read-only nature, permissions, error behavior, or rate limits.

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 efficient sentences with no redundancy; front-loads the main purpose and parameter insight.

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 simple retrieval tool with two parameters and no output schema, the description covers core functionality and parameter rationale, though it omits return value structure and error handling.

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%, yet the description adds value by explaining the default behavior (Grail DQL) and the purpose of useClassic parameter, going beyond the schema's inline 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 tool queries a single Smartscape entity by id via Grail DQL, and distinguishes from siblings like find_entities and other get_* tools by specifying the exact backend and scope.

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?

Provides guidance on when to use the classic API (Gen2 tenants) but does not explicitly mention when not to use the tool or alternatives for entity search; overall clear context for a single-entity retrieval.

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