Skip to main content
Glama

apex_create_app

Creates a new Oracle APEX application and starts an import session. Configure app ID, name, authentication, theme, and more; finalize with apex_finalize_app().

Instructions

Create a new APEX app and start an import session. Call apex_finalize_app() when done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesNumeric application ID (e.g., 200). Must not conflict with existing apps.
schemaNoDatabase schema owner (from APEX_SCHEMA env var).APEX_230100
app_nameYesDisplay name shown in the APEX header (e.g., "My App").
languageNoApplication primary language code (default: "en"). Common values: "en" (English), "pt-br" (Brazilian Portuguese), "es" (Spanish), "fr" (French), "de" (German).en
app_aliasNoURL alias (e.g., "MY-APP"). Auto-generated from app_name if omitted.
auth_typeNoAuthentication scheme type. Options: - NATIVE_APEX_ACCOUNTS (default): APEX user accounts - NATIVE_CUSTOM_AUTH: custom PL/SQL function - NATIVE_DAD: Database Access Descriptor - NATIVE_LDAP: LDAP directoryNATIVE_APEX_ACCOUNTS
home_pageNoPage ID for the home/dashboard (default 1).
login_pageNoPage ID for the login page (default 101).
date_formatNoOracle date display format (default: "DD/MM/YYYY"). Common values: "MM/DD/YYYY" (US), "DD/MM/YYYY" (EU/BR), "YYYY-MM-DD" (ISO).DD/MM/YYYY
theme_styleNoUniversal Theme 42 visual style. Options: - "REDWOOD_LIGHT": Modern Oracle Redwood design (default) - "VITA": Classic Vita style (light, clean) - "VITA_SLATE": Vita with dark navigation - "VITA_DARK": Full dark theme - "SUMMIT": Summit styleREDWOOD_LIGHT

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate this is not read-only and not idempotent, but provide little else. The description adds the important behavioral trait that an import session is started and must be finalized with apex_finalize_app(). However, it does not explain the session lifecycle, side effects, or what happens if finalization is skipped.

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?

The description is two concise sentences, front-loading the primary action and including a necessary follow-up instruction. No redundant words or filler.

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 tool with 10 parameters and a session-based workflow, the description is thin. It mentions the finalize dependency but does not explain what an 'import session' is or how this tool fits into the broader app-creation workflow. The output schema likely provides return values, but the workflow context is 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?

All 10 parameters have thorough descriptions in the schema (100% coverage), so the description does not need to repeat parameter details. The description adds no parameter-specific guidance beyond schema, which is acceptable given the high schema coverage.

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 clearly states the tool's action: 'Create a new APEX app and start an import session.' This distinguishes it from siblings like apex_finalize_app, apex_delete_app, and apex_export_app by marking it as the creation step. The verb 'create' and resource 'APEX app' are specific and unambiguous.

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 only usage guidance is 'Call apex_finalize_app() when done,' which implies a sequential workflow but does not explicitly state when to use this tool versus alternatives or any prerequisites. The context suggests this is the initial step in app creation, but exclusions and alternative selection criteria are absent.

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/TechFernandesLTDA/apex-mcp'

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