Skip to main content
Glama

findagent_delete_draft

Destructive

Discard YOUR OWN draft listing — a draft you never submitted, or one that was sent back for changes (needs-changes). This soft-deletes the whole listing and frees its slug for reuse. A PUBLISHED or in-review agent is NOT deletable here (a live agent is managed through its version lifecycle — findagent_rollback_version / findagent_bump_version). Owner-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYesThe slug or id of YOUR draft (from findagent_list_my_agents). Must be a draft or a sent-back (needs-changes) agent.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNo
deletedNo
instructionsNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, and the description adds meaningful behavioral context beyond that: this is a soft delete, the whole listing is discarded, and the slug is freed for reuse. It also repeats and enforces the owner-only constraint. It stops short of describing recoverability or audit effects, but the provided details substantially exceed annotation-only guidance.

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 compact and front-loaded: it states the action, scopes it to the user's own drafts, explains the effect, and lists exclusions with alternatives. Every sentence earns its place, and there is no filler or repetition beyond the helpful repeated emphasis on ownership.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter destructive tool with annotations and an output schema, this description covers everything an agent needs to select and invoke it correctly: what it operates on, when it applies, when it does not apply, the side effect, and the owner restriction. No important context is missing.

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 the baseline is 3 even without extra parameter detail. The description reinforces that the agent must be a draft or needs-changes and your own, but this largely mirrors the schema's parameter description rather than adding new semantic information.

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 names a specific verb (discard/delete), a specific resource (YOUR OWN draft listing), and the exact states a draft must be in (never submitted or needs-changes). It distinguishes itself from live-agent lifecycle tools by explicitly stating that published/in-review agents are not deletable here and naming rollback_version/bump_version as the relevant alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives both positive conditions (draft or needs-changes) and exclusion conditions (published or in-review), making it unambiguous when to use the tool. It explicitly routes live-agent work to findagent_rollback_version / findagent_bump_version and states the owner-only restriction.

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

A4.1/5.0
Disambiguation5/5

Every tool targets a clearly scoped resource+action combination, and the versioning variants (bump_version vs repull vs reintrospect_mcp) are explicitly disambiguated by agent kind. Even with 52 tools, the descriptions make each purpose distinct enough to avoid misselection.

Naming Consistency4/5

Nearly all tools follow the findagent_<verb>_<object> snake_case pattern, and families share predictable verbs like list, create, delete, edit, and submit. Minor exceptions such as findagent_preflight, findagent_whoami, and findagent_earnings keep it from perfect consistency.

Tool Count2/5

At 52 tools, this far exceeds the 25-tool threshold for a coherent MCP surface. The count may reflect a broad platform, but as a single toolset it is heavy and likely to strain agent selection and context.

Completeness3/5

The surface covers publishing, versioning, knowledge bases, org management, GitHub import, purchases, and the demand board in impressive depth. However, there are notable dead ends: no unpublish/delete for a live agent, no request-fulfillment/linking action, and no org deletion or KB document update.

Resources