Skip to main content
Glama

delete_device_tag

Permanently delete a device tag from a UniFi site using its tag ID. Specify host, site, and tag_id to remove the tag.

Instructions

Delete a device tag by ID. This permanently removes the tag from the site.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. tag_id: device tag ID to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
tag_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.1/5.0
Behavior3/5

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

This description states that the action 'permanently removes the tag from the site', which communicates irreversibility. With no annotations available, the description carries the burden of behavioral disclosure; it covers permanence but omits other important details such as required permissions, potential side effects on associated devices, or lack of confirmation prompts.

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 efficient: a one-sentence action with permanence note, followed by concise parameter definitions. No filler or redundant text; every sentence and line 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?

Given the tool's simplicity and the presence of an output schema, the description is largely complete. It covers the action, permanence, and parameter formats. However, it lacks any note about permission requirements or what happens if the tag is in use, which could matter in an enterprise context, but these are minor given the straightforward delete 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 provides only names and types with 0% coverage, but the description compensates thoroughly by explaining each parameter: host as 'console name, ID, or composite ID (MAC:numericId format)', site as 'site name or ID', and tag_id as 'device tag ID to delete'. This adds significant meaning beyond the schema, giving the agent clear format and purpose guidance.

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 uses a specific verb 'Delete' with a clear resource 'device tag by ID' and adds the consequence 'permanently removes the tag from the site', which leaves no ambiguity about the operation. It distinguishes itself from create/update/list sibling tools through the explicit destructive verb and the word 'permanently'.

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

Usage Guidelines3/5

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

The description implies usage by stating 'Delete a device tag by ID', making it obvious this is for removing a tag. However, it provides no explicit guidance on when to use this tool versus alternatives like update_device_tag or list_device_tags, and does not mention any prerequisites or exclusions.

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/swkstudios/unifi-fabric-mcp-server'

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