Skip to main content
Glama
SavageCore

dashy-mcp

dashy_item

Add, delete, get, list, or update dashboard item tiles in Dashy by specifying an operation and arguments.

Instructions

dashy item operations on Dashy. Pass operation and an arguments dict matching that operation's parameters.

  • dashy_add_item(sid, item, filename='') — Add a new item (tile) to a section (by index or exact name). item requires a title; common keys: title, url, icon, description, target.

  • dashy_delete_item(sid, iid, filename='') — Delete an item (tile) by index or exact title, within a section by index or exact name.

  • dashy_get_item(sid, iid, filename='') — Get one item (tile) by index or exact title, within a section by index or exact name.

  • dashy_list_items(sid, filename='') — List the items (tiles) in a section, by section index or exact name.

  • dashy_update_item(sid, iid, patch, filename='') — Shallow-merge patch into an item (by index or exact title), within a section (by index or exact name). Only the given fields change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does disclose meaningful behaviors: update performs a shallow-merge and only changes given fields; items require a title; lookups can be by index or exact name/title. It omits details like error handling, permissions, or irreversible consequences of delete, but covers the central behavioral nuances.

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 well-structured: a brief intro explaining the dispatcher pattern followed by a bullet list of operations, each with a concise summary. Every line adds semantic value, and the formatting makes it easy to scan.

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?

Given the tool's complexity as a multi-operation dispatcher, the description covers all five operations, their parameters, key constraints, and behavioral details. The presence of an output schema reduces the need to describe return values, so the description is sufficiently complete for an agent to select and invoke the correct sub-operation.

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

Parameters5/5

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

The input schema only lists `operation` and an untyped `arguments` object, offering no parameter-level meaning. The description compensates fully by giving explicit function signatures for each operation, naming parameters (sid, item, iid, filename, patch), and explaining what `item` requires and what `patch` does.

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 identifies the tool as a dispatcher for Dashy item operations, enumerating five specific sub-operations (add, delete, get, list, update) with clear verb-resource pairs. It distinguishes from sibling tools by focusing solely on items, not config, key, or section operations.

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 explains how to invoke the tool (pass an operation and matching arguments) and details each operation's purpose, effectively guiding which sub-operation to choose. However, it does not explicitly state when not to use this tool or direct users to sibling tools for non-item operations, so alternative guidance is only implied by sibling names.

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

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/SavageCore/dashy-mcp'

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