Skip to main content
Glama

account-delete

Destructive

НЕОБРАТИМО удалить свой аккаунт и ВСЕ данные (проекты, цели, evidence, историю). Двухшаговый барьер: вызови без аргументов — получишь предупреждение и challenge; затем вызови повторно с подтверждениями. НЕ вызывай без явной просьбы пользователя.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoЗачем удаляешь (свободный текст, ≥10 символов)
acknowledgeNoТочная фраза подтверждения
objects_totalNoprojects + goals из инвентаря (для вызова 2)
reasoning_answerNoОтвет на reasoning-риддл из вызова 1
confirm_passphraseNoФраза из вызова 1 (для вызова 2)

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description adds critical behavioral details: irreversibility, the full scope of data deletion (projects, goals, evidence, history), and the two-step safeguard mechanism (first call triggers warning/challenge, second call requires confirmations). This substantially enhances the agent's understanding of the tool's behavior and risks.

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 three concise sentences, front-loaded with the most critical warning about irreversibility and data scope, followed by the two-step process and a caution. Every sentence adds value with no redundancy or filler.

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 that the tool is destructive, has no output schema, and has 5 optional parameters, the description adequately covers irreversibility, data scope, the safeguard sequence, and the requirement for explicit user request. It does not spell out the exact content of the challenge/warning, but the schema descriptions for parameters like reasoning_answer and confirm_passphrase partially fill that gap. The description is complete enough for safe and correct invocation.

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 already provides 100% description coverage for all 5 parameters, so the baseline is 3. The description adds meaningful context by explaining that parameters are intended for the second call and that reasoning_answer and confirm_passphrase originate from the first call's challenge. This clarifies the sequential usage of parameters beyond their individual schema descriptions.

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: 'Irreversibly delete your account and ALL data (projects, goals, evidence, history).' It uses a specific verb (delete), identifies the resource (account plus all associated data), and distinguishes this from sibling tools like goal-delete and project-delete, which target individual entities.

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 explicitly says 'Do NOT call without explicit user request', providing a clear when-not-to-use rule. It also describes the two-step process (call without arguments first to get a warning/challenge, then call again with confirmations), which gives strong context for how to use the tool. However, it does not explicitly name alternative tools for less destructive operations, so it misses the 'alternatives' criterion by a narrow margin.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have clear distinct purposes (goal-create vs goal-update vs goal-delete), but the evidence-related tools (goal-add-evidence-text, goal-attach-evidence, goal-request-upload) and note tools (goal-add-note) have overlapping concepts that require careful reading of descriptions to differentiate. Overall, the detailed descriptions help resolve ambiguity, but a few tools could be easily confused.

Naming Consistency4/5

The majority follow a consistent verb_noun pattern with a resource prefix (goal-create, goal-get, project-list, project-update). However, there are deviations like account-delete (noun-verb reversed), goal-todo, goal-summary, goal-tree, and goal-recent-unresolved that break the pattern. The inconsistency is minor but noticeable.

Tool Count2/5

With 38 tools, this server has a very large surface area. Even for a complex planner with evidence management, the number exceeds the 25-tool threshold for 'too many'. Many tools could potentially be consolidated (e.g., goal-add-note and goal-add-evidence-text), and the size may overwhelm agents during tool selection.

Completeness5/5

The tool set provides complete coverage of the domain: full goal lifecycle (create, get, update, delete, list, tree, move, reorder, block), evidence management (attach, request upload, text evidence, remove), acceptance criteria (add, update, remove, request change, resolve escalation), assumptions (add, update, remove, suggest, attach evidence), blockers, notes, project management (CRUD, dependencies), and configuration settings. No critical gaps are apparent.

Resources