Skip to main content
Glama
SpirrowGames

spirrow-prismind

Official
by SpirrowGames

delete_document

Delete documents and related catalog entries safely by requiring the project name. Supports soft delete to trash or permanent removal, including Google Drive files if requested.

Instructions

Delete a document and its catalog entries. Requires project name to prevent accidental deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYesDocument ID to delete
projectYesProject name (required for safety)
soft_deleteNoIf true, move to trash. If false, permanently delete.
delete_drive_fileNoIf true, also delete the Google Drive file
Behavior3/5

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

With no annotations, the description has full burden for behavioral disclosure. It adds that deletion also affects catalog entries and that project name is required for safety. However, it doesn't mention permissions, reversibility (soft vs permanent), or drive file handling beyond schema. Some value added, but gaps remain.

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?

Two short, front-loaded sentences with no filler. Every word contributes.

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?

The description covers the primary action and a key safety constraint. Without an output schema, it doesn't describe response format, but this is acceptable for a delete tool. Context on perm vs soft delete exists in the schema, so it's adequately 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 coverage is 100%, so baseline is 3. The description doesn't add param-specific semantics beyond what the schema already provides; the mention of 'project name to prevent accidental deletion' echoes the schema's required project with a safety rationale, which is marginal.

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 uses the specific verb 'Delete' with the resource 'a document and its catalog entries,' making the tool's function clear and distinguishing it from sibling tools like update_document or delete_document_type.

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 implies use when deleting a document and mentions a safety requirement (project name), but it does not explicitly contrast with other delete tools (e.g., delete_document_type) or provide when-not scenarios. Clear context, but no exclusions.

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/SpirrowGames/spirrow-prismind'

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