eliza_reset
Restarts the ELIZA conversation by clearing its memory, allowing a new session to begin.
Instructions
Reset the ELIZA conversation, clearing all memory and starting fresh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Restarts the ELIZA conversation by clearing its memory, allowing a new session to begin.
Reset the ELIZA conversation, clearing all memory and starting fresh.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full disclosure burden. It discloses the key behavior (clearing all memory, fresh start), which is useful, but doesn't mention reversibility, auth requirements, or side effects beyond the obvious. Adequate but incomplete.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with the action and effect, with zero waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless tool with no annotations and no output schema, the description covers the main action but omits potential side effects or return value hints. It's minimally sufficient but could say more about what 'fresh' entails.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Zero parameters, so baseline is 4. The description correctly implies no inputs are needed, aligning with the empty schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb (reset) and resource (ELIZA conversation) and clarifies the effect: clearing memory and starting fresh. It distinguishes itself from siblings like eliza_chat by describing a state-clearing action, though it doesn't explicitly name alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage (when you want to clear memory), but offers no explicit when-to-use vs. alternatives guidance. It's clear enough from context but lacks direct routing to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.