Skip to main content
Glama

dashbrr_save_settings

Destructive

Create or update a service configuration in Dashbrr. Provide instance, display name, URL, and optionally an API key or access URL to add or modify services.

Instructions

Create or update a service configuration on the dashbrr instance. instance is the type-prefixed instanceId (e.g. sonarr-1). api_key is the upstream service's key -- write-only: omit it (or leave blank) to keep the existing key when updating. access_url is the URL clients should use to reach the service (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
api_keyNo
instanceYes
access_urlNo
display_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond the annotations (destructiveHint=true), the description discloses that api_key is write-only and can be omitted to preserve the existing key during updates. It also clarifies that access_url is optional. This adds meaningful behavioral context about update semantics.

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 tight sentences. Front-loaded with the core action, followed by parameter clarifications. No redundant phrases or filler. The structure is logical and every sentence adds value.

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 description covers the main behavior, key parameter nuances, and safety considerations. An output schema is present, so return value details are not required. It is missing only a note about whether the operation overwrites the entire config, but 'create or update' implies that. Overall, sufficient for an agent to use effectively.

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?

With 0% schema description coverage, the description compensates for three of five parameters: instance (type-prefixed), api_key (write-only, omit to keep), and access_url (optional). However, display_name and url are left undefined, leaving the required fields partially unexplained.

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 states 'Create or update a service configuration on the dashbrr instance', a specific verb+resource pairing. This clearly distinguishes it from sibling tools like dashbrr_get_settings or dashbrr_delete_settings, and the scope is immediately evident.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It does not mention that creation/update differs from deletion or that it should be used in conjunction with get_settings. The parameter examples provide some context, but there are no usage criteria or exclusions.

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

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