Skip to main content
Glama
t0knight
by t0knight

create_app

Create a new Appsmith application with a specified name, icon, and color. Uses the first available workspace if workspace ID is not provided.

Instructions

Create a new Appsmith application. Uses the first workspace if workspace_id is omitted. On success Appsmith navigates to the new app's editor, so the Redux binding is reset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNobag
nameYes
colorNo#FFDEDE
workspace_idNo
Behavior4/5

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

With no annotations, the description carries full burden and discloses key behaviors: workspace fallback, navigation to new app editor, and Redux binding reset. This is good transparency for a mutation tool, though could mention return value or error handling.

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?

Three sentences that front-load purpose, then add default behavior and side effects. No redundant information, efficient for an agent.

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 four parameters, no output schema, and no annotations, the description covers purpose, a key default, and a side effect, but omits return value, error conditions, and details for three parameters. Adequate but with clear gaps.

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

Parameters2/5

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

Schema coverage is 0%; description only indirectly addresses workspace_id by noting its default behavior. No details on name, icon, or color parameters, leaving most parameters semantically undocumented.

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 it creates a new Appsmith application ('Create a new Appsmith application'). It adds specific behavior about workspace fallback and navigation side effects, but does not explicitly differentiate from siblings like update_app or create_pages.

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 when needing to create an app and covers workspace ID behavior, but provides no explicit guidance on when not to use the tool or mention alternatives (e.g., duplicate 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