Skip to main content
Glama

apex_bulk_add_items

Add multiple form items to an Oracle APEX region in a single API call. Specify page, region, and item details like name, type, label, and defaults.

Instructions

Add multiple form items in one call. Each: {name, type, label, lov, required, default}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesList of item dicts. Each dict: { "name": "DS_NOME", # required — auto-prefixed with P{page_id}_ "label": "Full Name", # optional — auto-generated if omitted "type": "text", # text|number|date|select|textarea|hidden|yes_no "required": True, # optional — shows required indicator "lov": "SELECT d, r FROM table ORDER BY 1", # for select type "default": "ACTIVE", # optional default value "placeholder": "Enter...",# optional placeholder "colspan": 1, # optional grid columns (1-12) }
page_idYesTarget page ID.
region_nameYesParent region name (must exist).
start_sequenceNoSequence number for first item (default 10, increments by 10).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are neutral (readOnly=false, destructive=false) and provide no behavioral safety profile. The description adds no context about atomicity, partial failures, reversibility, or whether existing items are affected. For a bulk mutation, this is a significant transparency gap.

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

Conciseness4/5

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

The description is short and front-loaded with the core action. The field list is somewhat redundant with the schema and incomplete, but it is not verbose or padded. It earns a high score for efficiency, though not top marks because the list adds little value.

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?

With a detailed input schema and an output schema present, the description does not need to explain return values. However, for a mutation tool it lacks guidance on when to use it (vs single add), behavior on repeated calls, or error handling. The description is adequate but has clear gaps in context.

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 the input schema fully documents parameters. The description's field list ('name, type, label, lov, required, default') is a subset of the schema and omits optional fields like 'placeholder' and 'colspan'. It adds no new meaning beyond the schema, so the baseline score of 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?

The description uses a specific verb ('Add'), identifies the resource ('form items'), and distinguishes from the sibling apex_add_item by highlighting 'multiple' and 'in one call'. This is a clear, non-tautological purpose statement.

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?

Usage is implied by the name and description: use this for adding multiple items, unlike apex_add_item for single items. However, there is no explicit statement of when not to use it or a named alternative, so guidance is only implicit.

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