Skip to main content
Glama

update_dashboard_memo

Update the dashboard memo on a 1Panel server by supplying the new content. Use it to keep your dashboard notes current.

Instructions

Update dashboard memo

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full behavioral burden, and it discloses nothing: not whether the update replaces or appends content, whether it requires permissions, whether it is reversible, or what it returns. For a mutation tool with zero annotation coverage this is a complete gap.

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

Conciseness2/5

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

Three words with no filler, but this is under-specification rather than conciseness — there is no substantive information to be concise about.

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

Completeness1/5

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

With no annotations, no output schema, and one completely undocumented parameter, the definition is nowhere near complete enough for an agent to invoke this mutation tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description offers no detail about the single 'content' parameter. The name 'content' is reasonably self-evident as the memo body, which earns slight credit, but format, length limits, and whether it overwrites existing text are undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description "Update dashboard memo" merely restates the tool name update_dashboard_memo, offering no verb+resource elaboration beyond the identifier itself. An agent cannot tell from this text what aspect of the memo is updated or how it differs from siblings like get_dashboard_memo.

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

Usage Guidelines1/5

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

There is no indication of when to use this tool, what preconditions apply, or which sibling (e.g., get_dashboard_memo) it complements. Usage must be fully inferred from the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools