Skip to main content
Glama
rajfirke

sumo-logic-mcp

by rajfirke

update_dashboard

Update a dashboard by changing its configuration fields. Provide a JSON with your changes; the tool fetches the current config, merges them, and saves.

Instructions

Update a dashboard's configuration (read-modify-write).

Fetches the current config, merges your changes, and saves. Pass a JSON object with only the fields you want to change. For panels/layout, pass the complete arrays.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fields_jsonYesJSON object of fields to update, e.g. {"title": "New Title", "description": "Updated"}
dashboard_idYesDashboard ID to update

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It explicitly reveals the read-modify-write merge semantics, which prevents the user from expecting a full overwrite. It also warns that 'panels/layout' must be passed as complete arrays, a critical detail for correct invocation. This goes well beyond what structured fields would convey.

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 three sentences, front-loaded with the main purpose, followed by two behavioral notes. Every sentence carries essential information with no redundancy or filler. It is concise and efficiently structured.

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 only two parameters, an output schema, and a clear behavior. The description covers the update mechanism, partial field merging, and the array requirement, leaving no ambiguity about invocation or expected behavior. The presence of an output schema means return values need not be described, so this is complete.

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 schema already explains both parameters, and the description adds value by clarifying how the fields_json parameter is used: it is merged into the existing config, not a full replacement. The warning about complete arrays for panels/layout augments the schema's example. Since coverage is 100%, a baseline of 3 applies, but the extra context earns 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 function: 'Update a dashboard's configuration (read-modify-write).' The verb 'update' is specific, and 'read-modify-write' disambiguates the operation mode from simple overwrite or create. It is distinguished from siblings like delete_dashboard and create_dashboard, making the purpose explicit.

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 provides clear usage context: it explains that the tool fetches the current config, merges changes, and saves, and instructs to pass only changed fields. It does not explicitly mention when not to use it or alternatives, but the read-modify-write behavior implies the intended use case for partial updates, which is sufficient.

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/rajfirke/sumo-logic-mcp'

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