Skip to main content
Glama
appolabs

Appo MCP

Official
by appolabs

create_app

Create a new app for the authenticated user by providing a name and base URL. Specify optional user ID and metadata to assign ownership and set store display details.

Instructions

Creates a new app for the authenticated user. Non-destructive — executes immediately. Authenticate once with appo login (or set APPO_TOKEN). Omit prep_mode when app source code is available in context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesApp name (max 255 characters)
user_idNoUser ID to assign the app to (optional, defaults to seller)
base_urlYesBase URL of the web app to convert (e.g., https://myapp.com)
metadata_nameNoDisplay name for app stores (optional)
metadata_descriptionNoApp description for app stores (optional)
Behavior4/5

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

With no annotations, the description discloses important traits: 'Non-destructive' and 'executes immediately', plus an authentication requirement. This adds useful context beyond the plain 'create' purpose, though it doesn't cover return values or error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and front-loaded, but the mention of 'prep_mode' (not in schema) and the conditional phrasing detracts from clarity. It's not as clean as it could be.

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

Completeness3/5

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

For a 5-parameter create tool with no output schema, this description covers authentication and a usage condition but omits return values, error scenarios, and relationship to source code. It's adequate but incomplete.

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%, so baseline is 3. The description adds a conditional note about 'prep_mode' which is not in the schema, potentially confusing agents. It doesn't meaningfully elaborate on the schema parameter descriptions.

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 ('Creates') and resource ('new app') with a scope ('for the authenticated user'). It distinguishes from sibling tools like configure_app and publish_app by focusing on creation, though it doesn't explicitly name alternatives.

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?

It provides authentication prerequisites and a conditional note about 'prep_mode', but does not explicitly say when to use this tool versus alternatives (e.g., configure_app). The guidance is implied rather than explicit.

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