Skip to main content
Glama
appolabs

Appo MCP

Official
by appolabs

unpublish_app

Remove an app from selected app stores. Requires confirmation to execute; without it, returns a preview of target stores.

Instructions

Removes an app from the chosen stores. Destructive — call with confirm:true to execute; without it returns a preview of the target stores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesThe app ID to unpublish
confirmNoSet true to execute. Without it the tool returns a preview and performs no write.
app_storesYesTarget app stores to remove from
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It clearly discloses that the tool is destructive, requires explicit confirmation, and performs no write without confirm:true. This is strong behavioral disclosure.

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 front-load the core action, then add the safety-critical destructive/confirmation behavior. There is no fluff or repetition of schema details.

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?

Given the tool's moderate complexity, no annotations, and no output schema, the description covers the essential behavior: what is removed, which stores are targeted, the destructive nature, and the preview-vs-execute distinction. This is complete enough for correct tool selection and invocation.

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%, and the schema already explains app_id, confirm, and app_stores. The description only restates the store targeting and confirmation behavior, adding little beyond the structured schema definitions.

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 states a specific verb and resource: 'Removes an app from the chosen stores.' It clearly distinguishes the tool from siblings like publish_app and preview_app by describing the unpublishing action and the store scope.

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 gives clear usage context: without confirm it returns a preview, with confirm:true it executes the destructive action. It implies a safe preview-first workflow, but it does not explicitly mention alternatives or when not to use the tool.

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/appolabs/appo-mcp'

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