Skip to main content
Glama

apex_add_breadcrumb

Add breadcrumb navigation to Oracle APEX pages with ordered entries of labels and target page IDs, showing users their location and enabling quick navigation.

Instructions

Add breadcrumb navigation with ordered entries [{label, page_id}].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYesOrdered list of breadcrumb items. Each dict must have: - ``"label"`` (str): The text shown for this breadcrumb step. - ``"page_id"`` (int | None): Target APEX page ID. Pass ``None`` (or omit) to mark this entry as the active/current page (no link). Example:: [ {"label": "Home", "page_id": 1}, {"label": "Beneficiarios","page_id": 10}, {"label": "Detalhe", "page_id": None}, ]
page_idYesPage where the breadcrumb will appear.
sequenceNoDisplay order of the breadcrumb region on the page (default 1 — renders above other content).
region_nameYesInternal name for the breadcrumb region.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are all false, so the description carries the burden of behavioral disclosure. It only says 'Add' without mentioning side effects like creating/updating a region, whether existing breadcrumbs are replaced, or if any page prerequisites exist. This is a significant gap for a mutation tool.

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, front-loaded sentence that immediately conveys the core purpose. It contains zero unnecessary words and is easy to parse.

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?

While the schema is thorough and an output schema exists, the description lacks essential behavioral context for a write operation, such as what side effects occur or whether it requires an existing page. It is adequate for a simple tool but does not fully compensate for the annotation 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?

The input schema has 100% parameter coverage, providing detailed descriptions for entries, page_id, sequence, and region_name. The description's mention of the entry format is redundant with the schema and adds no extra semantic value, so the baseline 3 is appropriate.

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 tool's action ('Add') and resource ('breadcrumb navigation') and even specifies the entry format. It distinguishes from siblings like apex_add_nav_item by explicitly targeting breadcrumbs, and no other sibling handles this exact resource.

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 when to use the tool (when you want to add breadcrumb navigation) but provides no explicit guidance on when not to use it or what alternatives exist. There are no sibling tools specifically for breadcrumbs, so the usage context is inferred from the purpose.

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