Skip to main content
Glama
AIops-tools

observability-aiops

get_dashboard

Retrieve a Grafana dashboard's summary by UID, including title, version, and panel/tag counts.

Instructions

[READ] One dashboard's summary (title, version, panel + tag counts).

Args: uid: Dashboard UID (from list_dashboards). target: Grafana target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
targetNo
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It explicitly announces [READ] and enumerates the summary contents, but does not disclose error behavior, permission requirements, or edge cases like invalid UIDs.

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?

Three sentences front-load the purpose and then present parameters in a compact list. Every word earns its place with no redundant or vague language.

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?

The tool is simple (2 params, no output schema) and the description covers purpose, both parameters, and the return summary. It stops short of documenting possible errors or result format, but is sufficient for invocation.

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 meaningful context to both parameters: uid is sourced from list_dashboards, and target is a Grafana target from config with a default if omitted. This goes well beyond the schema's type-only definitions, though it could clarify the default target further.

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 retrieves one dashboard's summary including title, version, and counts, distinguishing it from list_dashboards. The [READ] tag reinforces a read-only operation with a specific resource.

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?

It implies usage after obtaining a dashboard UID from list_dashboards, and explains how to select the Grafana target. However, it does not explicitly state when to use this tool over alternatives or mention exclusions, so it gets a 4 rather than 5.

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/AIops-tools/Observability-AIops'

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