delete_variable_group

Delete a variable group.

Delete a variable group.

Destructive · Writes data · Idempotent · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanYesMust be true to confirm the delete
forcebooleanNoBypass the non-empty check (default false)
group_idnumberYesVariable group id

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "group_id": 0,
  "acknowledge": false
}

Description

Safe by default: refuses if the group still contains variables, listing them. acknowledge=true is required. force=true bypasses the local non-empty check; the platform's own refusal still applies.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on