Skip to main content
Glama

contentrain_model_delete

Destructive

Delete a content model and all associated content, metadata, and files with automatic git commit and push. Requires confirmation to prevent accidental removal.

Instructions

Delete a model and its content/meta. Changes are auto-committed to git — do NOT manually edit .contentrain/ files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel ID to delete
confirmYesMust be true to confirm deletion
Behavior4/5

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

Annotations already mark destructiveHint=true and idempotentHint=false. Description adds valuable context: auto-commit to git and the warning against manual edits, which goes beyond annotations.

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 concise sentences: first states action and scope, second provides critical warning. Front-loaded, no unnecessary text.

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 simple delete tool with two parameters and no output schema, description covers deletion scope, auto-commit behavior, and a key warning. No gaps given the tool's simplicity and annotations.

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 no extra property info needed. Description does not add meaning beyond what schema provides (model ID and confirm boolean).

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?

Description clearly states 'Delete a model and its content/meta', specifying verb and resource. It distinguishes from sibling tools like contentrain_content_delete and contentrain_model_save by focusing on model deletion.

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?

Includes explicit warning not to manually edit .contentrain/ files, implying that this tool handles git commits automatically. While not explicitly stating when to use vs alternatives, the context is clear given sibling tools named content_delete and model_save.

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/Contentrain/ai'

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