Skip to main content
Glama
thrashy

New Relic MCP Server

by thrashy

decode_entity_guid

Decode a New Relic entity GUID to reveal its account ID, domain, entity type, and domain ID. Understand what a GUID refers to without an API call.

Instructions

Decode a New Relic entity GUID (base64-encoded) to reveal its components: account ID, domain (APM, EXT, INFRA, etc.), entity type (APPLICATION, KEY_TRANSACTION, HOST, etc.), and domain ID. Useful for understanding what an entity GUID refers to without making an API call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guidYesThe NR entity GUID to decode
Behavior3/5

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

With no annotations, the description carries full behavioral burden. It describes the decoding action and revealed components, but does not explicitly state that the tool is read-only, non-destructive, or what happens on invalid input. This is a minor gap for an otherwise safe operation.

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 concise sentences front-load the purpose, with no wasted words. Every sentence adds value. The description is appropriately sized for the tool's simplicity.

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

Completeness5/5

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

The tool has one parameter and no output schema, but the description fully explains what the output contains (components list). Given the simplicity and lack of complex behavior, the description is complete for an agent to understand and invoke the tool.

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?

The description adds value beyond the schema: it specifies that the GUID is base64-encoded and lists the decoded components (account ID, domain, entity type, domain ID). Schema coverage is 100%, so baseline is 3, but the extra context justifies a 4.

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's purpose: decoding a base64-encoded entity GUID to reveal its components. It distinguishes itself from sibling tools (e.g., entity_search, get_entity) by focusing on GUID decoding rather than querying or retrieving entities.

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 explicitly says 'Useful for understanding what an entity GUID refers to without making an API call,' indicating when to use it. However, it does not provide when-not-to-use guidance or mention prerequisites like the need for a valid GUID.

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/thrashy/mcp-newrelic'

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