Skip to main content
Glama

survey_agent_delete

Delete a survey, along with its DSL file and collected answers, by providing the survey ID and setting confirm to true.

Instructions

Permanently delete a survey, DSL file, and answers. Requires confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
survey_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description must disclose behavioral traits. It clearly states the tool is destructive (permanently delete) and requires a confirmation flag, giving the agent essential safety information. This is adequate for a deletion tool.

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 extremely concise and front-loaded, consisting of two short sentences with zero waste. Every word adds value.

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?

Despite 2 parameters, no enums, and presence of an output schema, the description covers the core destructive nature and safety requirement. For a simple deletion tool with an output schema, this is sufficiently complete.

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 0%, so the description must compensate. It mentions survey_id implicitly by stating 'survey' but does not explain the format or meaning of the parameters beyond the schema. The confirm parameter is briefly noted. Baseline 3 is appropriate as it adds minimal meaning beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (permanently delete) and the resource (survey, DSL file, and answers). It distinguishes from siblings like survey_agent_update, survey_agent_archive, and survey_agent_get, though it could be more explicit about which sibling tools are similar.

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?

The description mentions the need for confirm=true, implying a safety guard, but does not say when to use this tool vs alternatives (e.g., survey_agent_archive for soft deletion). No explicit when-not-to-use or prerequisites beyond confirmation.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dimaneuron/aiworkers-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server