Skip to main content
Glama
prismeai

Prisme.ai MCP Plugin

Official
by prismeai

uninstall_app_instance

Destructive

Remove an installed app instance from a workspace by providing its slug and workspace name.

Instructions

Uninstall an app instance from a workspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentNoOptional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace
workspaceIdNoAlternative: direct workspace ID (use workspaceName instead when possible)
instanceSlugYesThe slug of the installed app instance to uninstall
workspaceNameYesWorkspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping
Behavior3/5

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

Annotations already declare destructiveHint: true, so the description merely repeats the concept of uninstallation. It does not add beyond annotations, such as whether the action is reversible or what dependencies are affected.

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?

Single sentence, front-loaded, with no extraneous words. Highly concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters, no output schema, and destructive nature, the description is too bare. Missing details on consequences, required permissions, or post-uninstall state. Could mention if it requires admin privileges or cascading effects.

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?

All 4 parameters have schema descriptions, so the description adds no extra meaning. Baseline 3 is appropriate as it does not detract but also does not enhance understanding of parameter usage.

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 verb 'uninstall' and the resource 'app instance from a workspace', differentiating it from siblings like install_app_instance or get_app_instance. However, it lacks specificity about the scope (e.g., permanent removal, impact on data).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives (e.g., delete_file or update_app_instance). No conditions, prerequisites, or context for choosing this over similar tools are provided.

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/prismeai/prismeai-mcp-debug'

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