Skip to main content
Glama
ruminaider

NewRelic MCP Server

by ruminaider

list_dashboards

Retrieve available NewRelic dashboards with names and GUIDs, supporting account filtering and pagination for large datasets. Helps identify dashboards before accessing detailed information.

Instructions

List NewRelic dashboards with optional account filtering. Returns dashboard names and GUIDs. Use pagination cursor for large result sets. Useful for discovering available dashboards before fetching full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdNoNewRelic account ID to filter by (defaults to configured account)
cursorNoPagination cursor for fetching next page of results
limitNoMaximum number of dashboards to return (1-200, default: 50)
Behavior4/5

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

With no annotations provided, the description carries full burden and discloses key behavioral traits: it returns specific data ('dashboard names and GUIDs'), mentions pagination behavior ('Use pagination cursor for large result sets'), and implies it's a read-only operation (consistent with 'list' functionality). It doesn't cover rate limits or authentication needs.

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 perfectly front-loaded with the core purpose in the first sentence, followed by important behavioral details. Every sentence earns its place with no wasted words, making it highly efficient.

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 no annotations and no output schema, the description provides good coverage of purpose, usage context, and key behavioral aspects. It could be more complete by explicitly stating it's a read-only operation or mentioning authentication requirements, but it's largely adequate.

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 the schema already documents all three parameters thoroughly. The description adds minimal value beyond the schema by mentioning 'optional account filtering' which aligns with the accountId parameter, but doesn't provide additional semantic context.

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 specific action ('List NewRelic dashboards'), resource ('dashboards'), and scope ('with optional account filtering'). It distinguishes from sibling tools like 'get_dashboard' by emphasizing discovery of available dashboards before fetching full details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Useful for discovering available dashboards before fetching full details'), providing clear context for its purpose versus alternatives like 'get_dashboard' for detailed information.

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

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