Fikri sil
xplanner_delete_ideaBir fikri kalıcı olarak siler. Kullanıcı bu yıkıcı işlemi açıkça istemiş olmalı.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
xplanner_delete_ideaBir fikri kalıcı olarak siler. Kullanıcı bu yıkıcı işlemi açıkça istemiş olmalı.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds that deletion is permanent and requires explicit user consent, providing useful behavioral context beyond what annotations convey.
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?
The description is two concise sentences with no redundant information. The core action is front-loaded, and the warning about user consent is succinctly stated.
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 delete operation with one required parameter, the description covers key context: permanence and the requirement of explicit user request. It omits guidance on the 'id' parameter, but the schema's UUID format and the tool name mitigate this gap.
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 coverage is 0%, and the description does not mention the 'id' parameter at all. While the tool name suggests the id identifies the idea, the description fails to explain how to specify which idea to delete, leaving the agent to infer from the schema alone.
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 clearly states the action: permanently deletes an idea. It specifies the resource type (idea) and the permanence, distinguishing it from sibling delete tools for folders, posts, and media assets.
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 provides a clear usage condition: the user must have explicitly requested this destructive operation. This implies it should only be used when the user has asked to delete an idea, though it does not explicitly contrast with alternative delete tools.
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.