Unsave creator
unsave_creatorRemove a creator from your saved list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creator_id | Yes |
unsave_creatorRemove a creator from your saved list.
| Name | Required | Description | Default |
|---|---|---|---|
| creator_id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover idempotency and non-destructive behavior, so the burden is lower. The description adds the 'saved list' context but does not disclose whether removal is reversible, whether authentication is required, or what happens if the creator is not currently saved. No contradiction with annotations.
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?
One short, front-loaded sentence with no filler. Every word contributes directly to the core meaning.
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 simple one-parameter mutation with annotations covering idempotency and destructiveness, the description is minimally adequate. However, with 0% schema description coverage and no output schema, a brief clarification of creator_id and the idempotent behavior would make it more complete.
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?
Schema description coverage is 0% and the description does not mention creator_id at all. The parameter's meaning is left entirely to its property name and UUID schema, so the description does not compensate for the low coverage.
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?
The description uses a specific verb ('Remove') and a specific resource ('creator from your saved list'), making the operation unambiguous. It clearly distinguishes itself from the sibling save_creator by stating the inverse action.
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 intended use is implied: call this when a creator should be removed from the saved list. However, it does not explicitly state when not to use it or contrast it with save_creator or other alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.