Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

generate_dashboard_link

Read-only

Create a shareable dashboard URL with complete group path to open the dashboard in its correct navigation context.

Instructions

Generate a direct URL/link/weburl for a LogicMonitor (LM) dashboard.

Returns: Complete dashboard URL with full group hierarchy path, dashboard details (id, name, groupName), and group path array. URL pattern: https://mycompany.logicmonitor.com/santaba/uiv4/dashboards/dashboardGroups-{path},dashboards-{id}

When to use:

  • Share dashboard links in Slack/email/tickets

  • Create documentation with direct dashboard links

  • Embed dashboard URLs in runbooks

  • Build custom reports with clickable links

Why use this: Provides the complete navigable URL including all parent group IDs, so the link opens the dashboard in correct context within the UI navigation tree.

Workflow: First use "list_dashboards" to find dashboard ID, then use this tool to generate the shareable link.

Related tools: "list_dashboards" (find dashboard), "get_dashboard" (get details).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dashboardIdYesThe ID of the dashboard to generate a link for
Behavior4/5

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

Annotations include readOnlyHint: true, and description does not contradict. It adds context: returns full URL with group hierarchy, dashboard details, and URL pattern. No destructive behavior mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections, but slightly verbose for a simple tool. Markdown headers and clear sentences. Could be more concise.

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?

No output schema, so description explains return values: complete URL, group path, dashboard details, and URL pattern. Mentions related tools. Lacks error handling info but sufficient for the task.

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?

Only one parameter 'dashboardId' with schema description covering 100%. Description does not add significant meaning beyond schema. Baseline 3 is appropriate.

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 it generates a direct URL/link for a LogicMonitor dashboard, using specific verb 'generate' and resource 'dashboard link'. It distinguishes from siblings like generate_alert_link and generate_resource_link.

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 explicit 'When to use' section with examples (share in Slack, documentation, runbooks, reports) and 'Why use this' explaining value. Also suggests workflow with list_dashboards. Lacks explicit 'when not to use', but context is clear.

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/monitoringartist/logicmonitor-mcp-server'

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