Skip to main content
Glama

users_external_id_remove

Remove deprecated Braze external IDs left after renames to eliminate stale references and keep user records clean.

Instructions

Remove deprecated external IDs that were previously renamed. Cleans up old ID references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNoBraze REST API key (optional if set via env/header)
external_idsYesArray of deprecated external IDs to remove
restEndpointNoBraze REST endpoint URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It says 'Remove' and 'Cleans up,' implying mutation, but does not disclose whether removal is irreversible, what permissions are required, rate limits, or what happens if any IDs are not deprecated.

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?

Two short sentences, front-loaded with the primary action and scoped by the deprecated-ID qualifier. There is no filler and the reader immediately knows the tool's focus.

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 parameter schema is fully documented and no output schema exists, so the description need not explain return values. However, for a destructive mutation with no annotations, the description should provide more behavioral context such as irreversibility or prerequisite state.

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 100%, so the input schema already documents apiKey, external_ids, and restEndpoint. The description adds only general context about deprecated IDs and does not supplement the parameter meanings beyond what the schema already provides.

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

Purpose4/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: remove deprecated external IDs that were previously renamed. It clearly distinguishes the operation from a rename or user delete by emphasizing old, deprecated IDs, though it does not explicitly name the sibling tool users_external_id_rename.

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?

Usage is implied as post-rename cleanup, since the tool targets 'deprecated external IDs that were previously renamed.' However, it gives no explicit when-to-use guidance, no exclusions, and no named alternative for cases where IDs are still active.

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