Skip to main content
Glama

apex_add_chart_drilldown

Add chart drilldown by capturing the clicked series label into a hidden item, then refreshing an Interactive Report to display filtered data.

Instructions

Add chart drilldown: click chart series → set hidden item → refresh IR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYesPage ID.
sequenceNoDA event sequence number.
filter_columnYesThe chart series/group column whose label is captured (informational — used in the DA name for clarity).
target_item_nameYesSuffix for the hidden item that will store the clicked label. Auto-prefixed with ``P{page_id}_``. Must match the bind variable used in the detail IR SQL.
chart_region_nameYesName of the JET Chart region to listen on. The region must already exist on the page (created with ``apex_add_region(..., region_type="chart", ...)``.
target_region_nameYesName of the IR/IG region to refresh after the item is set. The region must already exist on the page.

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, providing no safety or idempotence hints, so the description must carry the transparency burden. The one-sentence description does not disclose side effects such as page mutation, dependency on existing regions, or failure behavior if prerequisites are unmet.

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 conveys the core action in a compact format. Every word is useful, with no redundancy or unnecessary detail.

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

Completeness2/5

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

For a tool with 6 parameters and a non-trivial workflow, the description is too minimal. It doesn't mention that the chart and IR regions must already exist, the auto-prefixing of item names, or that this modifies page metadata. Although the schema fills some gaps, the description itself lacks enough context for an agent to know when and how to invoke it correctly.

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 covers all 6 parameters with rich descriptions (e.g., target_item_name auto-prefix, filter_column informational), and description coverage is 100%. The main description adds no parameter-level meaning, 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 action ('Add chart drilldown') and the specific workflow (click chart series → set hidden item → refresh IR). This distinguishes it from sibling tools like apex_add_jet_chart or apex_add_dynamic_action by naming the drilldown behavior explicitly.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any prerequisites, exclusions, or alternative approaches. The only usage hints are in the schema descriptions for chart_region_name and target_region_name, which state the regions must already exist, but this is not in the main description.

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