Skip to main content
Glama

delete_concept

Delete a concept page permanently. Explicit confirmation is required to execute, preventing accidental data loss.

Instructions

删除 concept 页。🔴 破坏性操作,必须 confirmed:true 才执行。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesconcept 名称(不含 .md 后缀)
confirmedYes人工确认标志——必须显式 true 才执行删除

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/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 warning the agent that this is a destructive operation (🔴 破坏性操作) gated by confirmed:true. It does not mention irreversibility or side effects on related content, but the core behavioral risk is clearly disclosed.

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 very short, front-loads the action, and then delivers the critical safety condition. Every word earns its place, and the warning emoji reinforces the destructive nature without adding noise.

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?

For a simple two-parameter destructive tool, the description covers the object, action, and required confirmation guard. The only gap is the lack of mention of post-delete effects, irreversibility, or expected response, but this is minor given the tool's simplicity.

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

Parameters3/5

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

Schema description coverage is 100%, so both name and confirmed are already fully documented in the schema. The description echoes the confirmed requirement but adds no new parameter-level meaning beyond what the schema provides.

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 states a specific verb and resource: '删除 concept 页' (delete concept page). This unambiguously distinguishes it from read_concept, create_concept, and delete_entity among the sibling tools, even without naming them explicitly.

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?

Usage is implied: use this tool to delete a concept, and only when confirmed:true is set. However, the description does not explicitly state when not to use it or mention alternatives such as delete_entity, so it lacks clear exclusions.

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

Deploy Server

Other Tools