Skip to main content
Glama

apex_list_processes

Read-onlyIdempotent

List all processes on a specific page of an Oracle APEX application. Pass the app_id and page_id to get a complete list of process definitions.

Instructions

List page processes of an existing app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesApplication ID.
page_idYesPage ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds little behavioral context beyond 'of an existing app,' which is trivial. It does not contradict annotations, but it also does not disclose any non-obvious behaviors 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?

The description is a single, focused sentence of eight words. It is front-loaded with the main verb and resource, and every word earns its place. There is no redundancy or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple listing operation, the description is complete given the rich annotations (readOnly, idempotent, non-destructive) and the presence of an output schema. The two parameters are fully documented in the schema, and no additional prerequisites or edge cases are needed for this straightforward tool.

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 the baseline is 3 per the rubric. The description does not add additional meaning to the parameters beyond what the schema already provides; it simply reiterates the purpose. No parameter-level enrichment is offered.

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 states a specific verb ('List') and resource ('page processes') for an existing app, making it clear what the tool does. However, it does not explicitly differentiate from sibling tools like apex_list_dynamic_actions or apex_list_lovs, so it misses the top score for sibling differentiation.

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?

There is no guidance on when to use this tool versus alternatives. The description only states what it does, not in which contexts it is preferred or when other list tools should be used instead. This leaves the agent to infer usage from the name alone.

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