Skip to main content
Glama

apex_update_page

Update page properties such as title, mode, and auth scheme for an existing APEX app page. Specify the app and page IDs to modify its configuration.

Instructions

Update page properties (title, mode, auth) in an existing app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesApplication ID.
page_idYesPage ID to update.
new_nameNoNew page name (display name).
new_titleNoNew browser/tab title.
new_page_modeNoNew page mode ("NORMAL", "MODAL_DIALOG", "NON_MODAL_DIALOG").
new_auth_schemeNoNew authorization scheme name (empty string = remove auth).

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 (readOnlyHint=false, destructiveHint=false, idempotentHint=false), providing no implicit safety profile. The description only states that it updates properties, but does not disclose behavior such as whether omitted fields are left unchanged, whether updates are reversible, or whether any fields will be overwritten. For a mutation tool, 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.

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler. It gets straight to the point and is easily skimmable. Every word earns its place.

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?

Given the tool's complexity (6 params, output schema present) and the schema's high coverage, the description provides a sufficient high-level purpose. However, it lacks operational context: no mention of the need for at least one new_* field to be set, no note about update semantics on existing values, and no indication of what the output contains (though output schema may cover this). It is minimally viable but not comprehensive.

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 input schema already documents all six parameters. The description adds minimal value by naming a few properties (title, mode, auth) but omits 'new_name'. It does not clarify the null semantics (e.g., default null meaning 'no update' vs 'set to null'), though the schema hints at this. 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 uses a specific verb ('Update') and resource ('page properties') within an existing app, clearly distinguishing it from sibling tools like apex_update_region or apex_update_item. It also enumerates the key properties (title, mode, auth), which aligns with the input schema.

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 context: use when updating page-level properties in an existing app. However, it provides no explicit guidance on when not to use it, prerequisites (e.g., app/page must exist), or alternatives like apex_add_page for creating pages. The context is clear but lacks exclusions or comparisons.

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