Skip to main content
Glama

apex_add_notification_region

Add inline notification/alert regions to Oracle APEX pages, with types for info, success, warning, error, optional dismiss button, and conditional display.

Instructions

Add an inline notification/alert (info/success/warning/error) with optional dismiss.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoStatic message text. Use {item_name} for substitution: e.g., "Welcome back, &APP_USER.!"
page_idYesTarget page ID.
sequenceNoDisplay order on page (default 5 = top of page).
dismissibleNoShow X button to close the notification (default True).
message_sqlNoSQL returning a single VARCHAR2 value as the message. If provided, overrides message. Example: "SELECT 'Last login: ' || TO_CHAR(DT_ULTIMO_ACESSO,'DD/MM/YYYY') FROM TEA_USUARIOS WHERE DS_LOGIN = :APP_USER"
region_nameYesInternal region name.
condition_itemNoShow notification only when this page item is not null.
notification_typeNoAlert style: - "info": Blue information box (default) - "success": Green success box - "warning": Orange warning box - "error": Red error boxinfo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations declare readOnlyHint=false, destructiveHint=false, and idempotentHint=false, meaning the tool mutates state. The description merely says 'Add' and does not disclose side effects (e.g., whether it overwrites an existing region, whether it requires unique region_name, or any permission requirements). It adds no behavioral context beyond what annotations already provide.

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?

A single, front-loaded sentence with the verb first, followed by the resource and key options. Every word contributes to understanding. Extremely efficient and well-structured.

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?

For a tool with 8 parameters, the schematic coverage is rich, and an output schema exists. The description adequately conveys the core purpose without needing to explain parameters or return values. It is slightly thin on rationale versus siblings, but the schema fills the gaps.

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% with detailed descriptions for all 8 parameters. The description's mention of 'info/success/warning/error' and 'optional dismiss' merely echoes the schema's notification_type and dismissible descriptions. It adds no extra meaning beyond the schema.

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 action ('Add') and the specific resource ('inline notification/alert'), and enumerates the supported types (info/success/warning/error) and the optional dismiss feature. It differentiates this tool from generic region-adders like 'apex_add_region', though it doesn't explicitly distinguish it from the similarly-named 'apex_add_alert_box' sibling.

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 description implies usage: when you want to add an inline notification/alert to a page. However, there is no explicit guidance on when to use this tool versus alternatives like 'apex_add_alert_box' or 'apex_add_region', nor any exclusions or prerequisites.

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