Skip to main content
Glama
SirHumza

App Inventor MCP

by SirHumza

aia_add_screen

Adds a new screen to an existing MIT App Inventor .aia project, with an optional title bar text, enabling multi-screen app structure.

Instructions

Add a new screen to an existing .aia project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute or relative path to an .aia file
titleNoOptional screen title bar text
screen_nameYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'Add' which implies mutation, but it does not state side effects such as in-place file modification, backups, or validation behavior. There is no indication of permissions or failure modes.

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 wasted words. It states the action and the required target context efficiently.

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 is adequate for a simple add operation, and the schema documents most parameters. However, since this is a mutating tool with no annotations and no output schema, some behavioral context such as whether the .aia file is updated in place or whether the screen name must be unique would make the definition more complete.

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 schema covers path and title, but screen_name has only its type declared. The description adds little beyond the schema, although the tool name and phrase 'new screen' indirectly make screen_name self-explanatory. At 67% coverage, the description does not strongly compensate for the undocumented parameter.

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 states a specific verb and resource: 'Add a new screen to an existing .aia project.' It clearly distinguishes this tool from siblings like aia_create_project (creating a project) and aia_get_screen (reading a screen).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context by specifying 'existing .aia project,' which implies it should not be used for project creation. However, it does not explicitly name siblings or state exclusions.

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/SirHumza/app-inventor-mcp'

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