check_variable_name

Pre-check whether a variable name is available under a product.

Pre-check whether a variable name is available under a product.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
namestringYesVariable name to check
product_idnumberYesProduct numeric id (from list_products id field, NOT the slug)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "product_id": 0,
  "name": "string"
}

Description

Returns {available: true|false} — call this before create_variable to surface name conflicts client-side instead of seeing an HTTP 400.

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