Skip to main content
Glama
appolabs

Appo MCP

Official
by appolabs

configure_app

Update an app's name, base URL, and preparation mode. Directly assign whether Appo or your team manages the icon, splash screen, and store copy.

Instructions

Configures an app's content fields (name, base_url) and who prepares it (prep_mode). Reversible - executes immediately. Content-only, matching the CLI apps update; icon is set_icon, webview injection is a dashboard concern.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoApp name
app_idYesThe app ID to configure
base_urlNoBase URL of the web app (e.g., https://myapp.com)
prep_modeNoWho prepares the app: 'appo_managed' hands icon, splash screen and store copy to Appo (free, 24-48h); 'self_managed' returns preparation to the developer.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.3.0
    • addedInput schema / properties / prep_mode
      Added value: +{
      +  "description": "Who prepares the app: 'appo_managed' hands icon, splash screen and store copy to Appo (free, 24-48h); 'self_managed' returns preparation to the developer.",
      +  "enum": [
      +    "appo_managed",
      +    "self_managed"
      +  ],
      +  "type": "string"
      +}
  2. Addedv2.2.1

TDQS

A4.2/5.0
Behavior3/5

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

No annotations exist, so the description carries the full disclosure burden. It does add genuinely useful behavioral traits: 'Reversible - executes immediately.' However, it does not say whether a partial payload (only app_id required) will leave other fields untouched or reset them, nor whether privileges are required — both relevant for a mutating tool with no annotation safety net.

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/three compact sentences with zero filler: the core function leads, then behavior, then boundary disambiguation. Every clause earns its place and the most decision-relevant facts are front-loaded.

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?

In 100% schema coverage, scope and exclusions are clear, and a 4-param flat tool with no output schema achieves most of what an agent needs. Gaps are minor: the return/confirmation shape is unstated, and partial-update semantics (whether unspecified fields stay intact) are left to inference.

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 coverage is 100% — every parameter already carries a description, including a detailed prep_mode enum explanation. The description adds only the conceptual grouping ('content fields' vs 'who prepares it'), which is mild value beyond the schema, so the baseline 3 applies.

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?

States a specific verb and resource ('Configures an app's content fields (name, base_url) and who prepares it (prep_mode)'), which maps directly to the schema fields. It also pre-empts sibling ambiguity by carving out 'icon is set_icon and webview injection is a dashboard concern,' so an agent can distinguish it from set_icon and other tools without opening their schemas.

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 scopes the tool as 'Content-only, matching the CLI `apps update`,' and name-s the exclusion: icons belong to set_icon and webview injection belongs to a dashboard concern. This gives concrete when-to-use and when-not-to-use directions relative to populated sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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