Skip to main content
Glama

create_box

Create a Max object box in the attached patcher by defining its class, position, and optional attributes.

Instructions

Create a new Max object box in the attached patcher.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topYes
argsNo
leftYes
box_attrsNo
classnameYes
object_attrsNo
bridge_session_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only states the basic action and offers no information about side effects, permissions, error handling, or results. The output schema exists but is separate, so the description itself is opaque.

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 a single, concise sentence with no wasted words. It is appropriately short, though it sacrifices informativeness; it is not padded or repetitive.

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's complexity (7 parameters, 0% schema description coverage, no annotations), the description is far too sparse. It does not explain how to use the parameters, what values are expected, or what the output represents, making it incomplete for an agent to use reliably.

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

Parameters1/5

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

The schema description coverage is 0%, and the description fails to explain any of the seven parameters. There is no mention of what classname, left, top, args, box_attrs, object_attrs, or bridge_session_id mean, leaving the agent with no semantic help beyond raw parameter names.

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 specific action: 'Create a new Max object box in the attached patcher.' It uses a specific verb and resource, and distinguishes it from sibling tools such as create_patchline (which creates connections) and delete_box (which removes boxes).

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 is provided on when to use this tool versus alternatives, nor any prerequisites beyond the implied need for an attached patcher. The description lacks any mention of exclusions, alternatives, or conditions for use.

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/alaarab/livemcp'

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