Skip to main content
Glama
t0knight
by t0knight

update_app

Update the current app's metadata, navigation, theme, or position settings to rename, restyle, or reconfigure the layout.

Instructions

Update the current application's surface metadata and settings. name/icon/color rename or restyle. navigation patches applicationDetail.navigationSetting (e.g. {"showNavbar": true, "orientation": "side", "navStyle": "sidebar", "colorStyle": "light", "showSignIn": true}). theme_settings patches the app-wide sizing/density overrides (e.g. {"sizing": 1.0, "density": 1.0, "appMaxWidth": "LARGE"}). positioning patches the layout system (e.g. {"type": "FIXED"}). app_id defaults to the currently open application.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNo
nameNo
colorNo
app_idNo
navigationNo
positioningNo
theme_settingsNo
Behavior3/5

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

With no annotations, the description provides some behavioral context: it patches specific nested objects (navigation, theme_settings, positioning) and defaults app_id to the current app. However, it omits side effects, error conditions, and permission requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is relatively concise, front-loading the main purpose. Each parameter group is explained in separate phrases, though a more structured format (e.g., bullet points) could improve clarity.

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?

The description covers the main functionality and key parameters but lacks information about return values, error handling, and permissions. Given the complexity (7 params, no output schema), it is adequate but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description adds significant meaning by explaining each parameter's purpose and providing example JSON for navigation, theme_settings, and positioning. This compensates well for the schema gap.

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 clearly states the tool updates application surface metadata and settings, listing specific fields (name, icon, navigation, etc.). It distinguishes from siblings like create_app and delete_app, though not explicitly from other update tools like update_theme.

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?

No guidance on when to use this tool versus alternatives. The description does not mention prerequisites, when-not scenarios, or compare to sibling tools like update_theme or create_app.

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/t0knight/appsmith-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server