Skip to main content
Glama

create_area

Create a grouping area on a mural by specifying its position, size, and optional title and background color.

Instructions

Create an area (grouping section) on a mural.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesHorizontal position in px from left of mural
yYesVertical position in px from top of mural
titleNo
widthYesWidth in px
heightYesHeight in px
muralIdYesMural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs.
backgroundColorNoColor hex, e.g. #FF0000FF
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits itself. It only states the action and type of object; it doesn't mention return values, permissions, side effects, or how areas relate to other widgets. The term 'grouping section' provides a small hint but not enough for a creation tool.

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 sentence with no redundant words, making it concise and front-loaded. It effectively communicates the core action.

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

Completeness2/5

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

Given the tool has 7 parameters and no output schema or annotations, the description is far too sparse. It doesn't explain the area's behavior, relationship to widgets, or what the response will contain, making it incomplete for safe autonomous invocation.

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 input schema has 86% parameter coverage, so the baseline is 3. The description adds no parameter-specific information beyond what the schema already provides, so it neither elevates nor degrades the score.

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 clearly states the tool creates an area, defines it as a grouping section, and specifies the location is on a mural. This distinguishes it from sibling creation tools like create_shapes or create_sticky_notes.

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 provides no explicit guidance on when to use this tool versus alternatives like update_area or create_shapes. The only implied usage is that areas are grouping sections, suggesting use when wanting to organize widgets, but this is left to inference.

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

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