Skip to main content
Glama

apex_add_page

Add a new page to an Oracle APEX application. Configure page ID, name, type (blank, report, form, login, dashboard, modal, or global), help text, and access authorization.

Instructions

Add a new page to the app. page_mode: Normal or Modal Dialog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYesNumeric page ID (e.g., 1, 10, 100). Page 0 is the global page.
help_textNoHelp text shown to users on this page.
page_nameYesDisplay name for the page (e.g., "Dashboard", "User List").
page_typeNoType of page. Options: - "blank": Empty page (default) — use to add your own regions - "report": Interactive Report page template - "form": Form page template - "login": Login page (no nav, centered layout) - "dashboard": Dashboard with card layout - "modal": Modal dialog page - "global": Global page (page 0, appears on all pages)blank
auth_schemeNoName of authorization scheme to restrict access (e.g., "IS_ADMIN"). Leave empty for public access.
page_templateNoOverride page template. Leave empty to use default for page_type.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The annotations (readOnlyHint=false) already indicate this is a write operation, but the description adds little beyond that: it only restates 'Add a new page' with no details on side effects, required permissions, or impact on the app. The 'page_mode' mention is unhelpful and potentially misleading.

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 very short and front-loaded with the action, which is good for conciseness. However, the 'page_mode: Normal or Modal Dialog' phrase is unnecessary and somewhat off-target, making the sentence less effective than a wholly accurate one-liner would be.

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 the tool has six parameters, an output schema, and numerous sibling operations, this description is far too sparse. It does not explain how adding a page fits into the broader app-building workflow, nor does it highlight key options or constraints, leaving the agent under-informed for a complex write operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3, but the description introduces 'page_mode' which is not a schema parameter (the actual parameter is 'page_type'). This actively confuses rather than adds meaning, so I rate it below the baseline.

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 tool's action ('Add a new page') and resource ('the app'), distinguishing it from sibling tools like apex_update_page and apex_delete_page. However, the mention of 'page_mode' is confusing because the schema uses 'page_type', which slightly detracts from clarity.

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. With many sibling tools for adding regions, items, or processes, such guidance is essential but entirely 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