Skip to main content
Glama

apex_add_interactive_grid

Add an interactive grid to an Oracle APEX page to edit database table records, including inline cell editing and row insertion.

Instructions

Add an Interactive Grid (editable spreadsheet). Supports inline editing + add row.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
add_rowNoShow "Add Row" button for inserting new records (default True).
page_idYesTarget page ID.
editableNoAllow inline cell editing (default True).
sequenceNoRegion display order.
sql_queryNoSELECT SQL for the IG. If omitted, uses SELECT * FROM table_name.
table_nameYesDatabase table for DML operations (INSERT/UPDATE/DELETE).
auth_schemeNoAuthorization scheme name.
region_nameYesRegion display name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses core behavioral traits (editable, add row), but annotations provide no safety hints (all false). It does not mention side effects like modifying the page, creating a region, or potential overwrite risks. Since annotations are silent, the description only partially carries the burden of behavioral disclosure.

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 extremely concise, with two short sentences that front-load the primary purpose and core features. Every word contributes meaning, with no filler or redundant content.

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?

Given the 8-parameter complexity and a rich output schema, the description provides a sufficient overview of the tool's purpose and key features. It doesn't explain custom SQL or DML operations, but those are covered in the schema. For a tool with this many siblings, a bit more context on when to choose IG over other region types would improve completeness, though it is already adequate.

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 description coverage is 100%, so baseline is 3. The description's 'inline editing' and 'add row' align with the 'editable' and 'add_row' parameters, but it doesn't add new meaning beyond what the schema already provides. It lacks extra context like SQL override or DML behavior.

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 action ('Add') and the resource ('Interactive Grid'), with a clarifying parenthetical '(editable spreadsheet)' that distinguishes it from other region/chart tools. The mention of 'inline editing' and 'add row' further differentiates it from siblings like apex_add_region or apex_add_jet_chart.

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 through key features ('Supports inline editing + add row') but does not explicitly state when to use this tool versus alternatives or when not to use it. No exclusions or alternative tool names are provided, so the guidance is indirect.

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