Skip to main content
Glama

create_area

Create areas (swimlanes/zones) on Mural murals to structure and organize content into distinct regions. Set position, size, title, layout, and styling to group related items.

Instructions

Create an area (swimlane/zone) widget on a mural.

Args:
    mural_id: The mural ID.
    x: Horizontal position in px (default 0).
    y: Vertical position in px (default 0).
    width: Width in px (default 460).
    height: Height in px (default 503).
    title: Title text displayed on the area.
    layout: "free" (default), "column", or "row".
    show_title: Whether to display the title (default true).
    style: { backgroundColor, borderColor, borderStyle ("solid"|"dotted"), borderWidth (1-7), titleFontSize }.
    parent_id: ID of parent area widget (for nested areas).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
styleNo
titleNo
widthNo
heightNo
layoutNo
mural_idYes
parent_idNo
show_titleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds valuable context beyond the schema by specifying default values for x, y, width, height, layout, and show_title, and by enumerating allowed values for layout and borderStyle, plus a range for borderWidth. It does not mention permissions or failure modes, but the primary behavior (creation) is clear.

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 front-loaded with a one-sentence purpose, followed by a clean, itemized list of arguments. Each argument is on its own line with concise explanations. There is no repetition or filler, making it well-organized and efficient.

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

Completeness5/5

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

Given the tool has 10 parameters and an output schema, the description covers all parameter semantics, defaults, and structured style details. It also clarifies parent_id for nested areas. Since an output schema exists, explaining return values is unnecessary. The description leaves no significant gaps for the tool's creation behavior.

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

Parameters5/5

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

The input schema provides only types and titles with zero description coverage, leaving all semantic meaning to the description. The description fully compensates by explaining the purpose of every parameter (e.g., 'mural_id: The mural ID', 'x: Horizontal position in px'), giving defaults, outlining the style object's fields, and noting parent_id's role for nested areas.

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 opens with 'Create an area (swimlane/zone) widget on a mural,' which gives a specific verb, a clear resource, and an explicit widget type. This distinguishes it from sibling creation tools like create_sticky_notes and create_shapes, which target different widget types.

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 usage context is implied rather than explicit: the tool creates area widgets, and the parameter list supports that. However, there is no direct comparison to alternatives or guidance on when not to use it, such as 'use create_sticky_notes for notes.' The description relies on the tool name and first sentence to convey its purpose.

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/alymohamedhassan/mural-mcp'

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