Skip to main content
Glama

language_delete

Destructive

Delete a language and unbind its associated content from your Voog site. This operation is irreversible and requires the force parameter to be true.

Instructions

Remove a language from the site (DELETE /languages/{id}). IRREVERSIBLE — Voog deletes the language and unbinds associated content. Requires force=true; without it the call is rejected. Run site_snapshot first if uncertain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
language_idYesVoog language id (from languages_list)
forceNoMust be true to actually perform the delete. Defaults to false (defensive opt-in).
Behavior5/5

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

Annotations already mark destructiveHint=true, but the description adds critical behavioral details: irreversibility, unbinding associated content, and the force parameter requirement. This goes beyond annotations to fully inform the agent.

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?

Three succinct sentences that front-load the main action and progressively add critical warnings. No wasted words; every sentence contributes to understanding.

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 no output schema, the description could mention the response or success behavior. However, it sufficiently covers deletion behavior, irreversibility, and prerequisites. It is complete for a destructive tool.

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 input schema provides descriptions for language_id and force, covering 67% of parameters. The description emphasizes force's role but does not add new meaning for site or language_id. It reinforces the critical parameter adequately.

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 removes a language from the site, including the HTTP method and path. It distinguishes from sibling tools like language_create and languages_list, providing a specific verb-resource pair.

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?

Explicitly states the action is irreversible, requires force=true to execute, and recommends running site_snapshot first if uncertain. This provides clear when-to-use and when-not-to-use guidance, including a safeguard alternative.

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/runnel/voog-mcp'

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