Skip to main content
Glama

remove_effect

Remove active effects from D&D characters by ID or name. Specify an effect ID to remove a single instance or use a name to clear all matching effects.

Instructions

Remove an active effect from a character by ID or name.

If an exact effect ID is provided, removes that specific instance. If a name is provided, removes all effects with that name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
character_name_or_idYesCharacter name, ID, or player name.
effect_id_or_nameYesEffect ID (exact match) or effect name (removes all with that name)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the conditional behavior based on input (ID removes specific instance, name removes all matches), which is valuable. However, it lacks details on permissions needed, error handling, or what happens if no matching effect exists.

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?

The description is front-loaded with the core purpose in the first sentence, followed by a concise explanation of parameter behavior in two sentences. Every sentence adds value with zero waste, making it efficient and well-structured.

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

Completeness4/5

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

Given the tool's moderate complexity (mutation with conditional behavior), no annotations, and no output schema, the description does well by explaining the core functionality and parameter semantics. However, it could be more complete by addressing error cases, permissions, or confirmation of removal success.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so the schema already documents both parameters well. The description adds meaningful context by explaining the semantic difference between providing an effect ID (exact match, removes specific instance) versus an effect name (removes all with that name), which clarifies usage beyond the schema.

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

Purpose5/5

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

The description clearly states the tool's purpose with a specific verb ('Remove') and resource ('an active effect from a character'), and distinguishes it from sibling tools like 'apply_effect' and 'remove_item' by focusing on effect removal rather than application or item management.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on when to use specific parameter values (effect ID vs. name), but does not explicitly state when to use this tool versus alternatives like 'remove_spell' or 'remove_item', nor does it mention prerequisites such as character existence or effect presence.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Polloinfilzato/dm20-protocol'

If you have feedback or need assistance with the MCP directory API, please join our Discord server