Skip to main content
Glama

Delete Workspace Variable

unfour.workspace.delete_variable
Destructive

Soft-delete a workspace-global variable after confirming the exact variable content to satisfy policy guard.

Instructions

Soft-deletes one workspace-global variable. Guarded policy requires the content-bound confirmation handshake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
variableIdYes
workspaceIdNo
confirmationTextNo
confirmation_textNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already flag destructiveHint=true, so the description adds value by clarifying the operation is a 'soft-delete' rather than a hard delete. It also reveals a 'content-bound confirmation handshake' required by guarded policy, which is meaningful behavioral context beyond the annotation flags.

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 two concise sentences with no wasted words. It front-loads the core action and then adds the critical confirmation requirement. It is well-sized for the tool's complexity.

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

Completeness3/5

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

The description covers the core purpose, soft-delete behavior, and confirmation policy, but important gaps remain: the exact confirmation parameter requirements are ambiguous, and the 0% schema coverage means the description needed to explain parameter roles more thoroughly. The output schema exists, so return values don't need explanation, but parameter clarity is still incomplete.

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 does not sufficiently compensate. It hints at the confirmation handshake but does not clarify the roles of 'confirm', 'confirmationText', 'confirmation_text', or 'workspaceId'. The presence of two similarly named confirmation fields without disambiguation is particularly problematic.

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 a specific verb and resource: 'Soft-deletes one workspace-global variable.' This clearly differentiates the tool from siblings like create_variable, update_variable, and replace_variables. The scope ('workspace-global') and soft-delete semantics add precision.

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 when a workspace-global variable should be deleted, but it does not explicitly say when to use this over alternatives or when not to. No exclusions or alternative tool references are provided, leaving usage context mostly inferred.

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

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/zyqzyq/Unfour'

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