Skip to main content
Glama
borgels
by borgels

Uninstall App (ADMIN)

kilango_uninstall_app
Destructive

Uninstall an app from a Kilango workspace using an ADMIN key. Removes the app and automatically deletes its widgets from all pages, with an optional dry run to preview changes before applying.

Instructions

Uninstall an app from the workspace. Requires an ADMIN key. Cascades: removes its widgets from all pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appKeyYes
dryRunNo
Behavior5/5

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

The description discloses the destructive cascade behavior ('Cascades: removes its widgets from all pages') which is critical behavioral context. Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false, so the description's cascade detail meaningfully adds value beyond annotations without contradicting them.

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 compact, information-dense sentences with zero waste. Every clause adds value: the action, the permission requirement, and the cascading consequence.

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 annotation set is rich (destructive, non-idempotent, non-readonly), and the description covers the permission gate and cascade behavior well. No output schema means return format guidance would help, but for a straightforward uninstall action the description covers the critical risk factors. The dryRun parameter remains unexplained.

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 carries the full burden for explaining parameters. It explains appKey context implicitly (the app being uninstalled) and the ADMIN key requirement, but it does not explain the dryRun parameter at all, which is a notable gap for a destructive tool where dry-run testing would be valuable.

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 ('Uninstall an app from the workspace') with a specific verb+resource, and even notes it 'Cascades: removes its widgets from all pages.' It does not explicitly differentiate from sibling tools like kilango_deactivate_app_in_portal (which likely deactivates rather than uninstalls), so it misses top marks but is clear about intent.

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 notes 'Requires an ADMIN key' which signals a permission prerequisite. However, it does not explicitly say when to use this vs alternatives like deactivate_app_in_portal or delete_connection. The cascading-destructive nature is implied as a warning, offering partial guidance.

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/borgels/mcp-server-kilango'

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