Skip to main content
Glama

elevenlabs_add_rules

Add Rules To The Pronunciation Dictionary. Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.

Bulk support: accepts pronunciation_dictionary_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rulesYes
accountNo
pronunciation_dictionary_idYes
pronunciation_dictionary_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

Beyond annotations (which only indicate non-readOnly and non-destructive), the description discloses that existing rules with the same string_to_replace are replaced, a key behavioral trait. It also mentions bulk execution capability. This adds meaningful context not present in annotations.

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 short and front-loaded, but redundant: the first sentence repeats the tool name almost verbatim ('Add Rules To The Pronunciation Dictionary' vs 'Add rules to the pronunciation dictionary'). The bulk support note is clearly separated. Overall efficient but with minor redundancy.

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

Completeness2/5

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

The tool has a complex input schema (nested rules array with two types) and no output schema. The description does not explain rule structure, required fields, or what happens on success/failure. It also lacks detail on permissions or side effects. Incomplete for a complex tool with zero annotation coverage.

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%, so the description must compensate but does not. It only mentions string_to_replace and pronunciation_dictionary_ids, giving minimal meaning to a couple of parameters. The rules array structure, the two rule types (alias vs phoneme), and other params like account remain unexplained.

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 clearly states the tool adds rules to a pronunciation dictionary and mentions replacement behavior for existing string_to_replace. However, it does not explicitly differentiate from sibling tools like set_rules or add_from_rules, relying on the name for distinction.

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 for adding pronunciation rules and mentions bulk support via pronunciation_dictionary_ids, but provides no explicit guidance on when to use this tool versus alternatives or any exclusions. It lacks contextual cues like 'use this instead of set_rules when...'.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.