Skip to main content
Glama

preference_center_update

Update an existing Braze preference center's name, state, title, page HTML, redirect/confirmation HTML, or options by providing its external ID.

Instructions

Update an existing preference center.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name
stateNo
apiKeyNoBraze REST API key
restEndpointNoBraze REST endpoint URL
redirect_page_htmlNoNew redirect HTML
confirmation_page_htmlNoNew confirmation HTML
preference_center_titleNoNew title
preference_center_optionsNo
preference_center_page_htmlNoNew page HTML
preference_center_external_idYesPreference center external ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.3/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden. It does not disclose any behavioral traits such as required permissions, whether the update is destructive, side effects, or authentication needs. For a mutation tool with 10 parameters, this is inadequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with zero waste. It is concise and structured well, though under-specified content limits the score.

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

Completeness1/5

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

With no annotations, no output schema, and a complex 10-parameter mutation tool, the description is entirely insufficient. It omits critical information about permissions, behavior, and parameter usage, making it inadequate for an agent to invoke correctly.

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?

Schema description coverage is 80%, so the schema documents most parameters. The description adds no additional meaning beyond the schema, not even mentioning the required external ID. Baseline 3 is appropriate when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb (Update) and resource (preference center), distinguishing it from preference_center_create and preference_center_get. However, it is generic and does not specify what aspects of the preference center can be updated or the scope of the update, leaving it in the 'vague purpose' category.

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 when-to-use, when-not-to-use, or alternatives are mentioned. The description merely states the action without providing context on when this tool should be selected over others, such as create or get.

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

Deploy Server

Other Tools