Skip to main content
Glama

Remove a block from a board

arena_remove_block

Remove a block from a channel by deleting its connection to the board, detaching it while keeping the original block intact.

Instructions

Remove a block from a channel (e.g. a piece that no longer fits the brief). Are.na can't delete a block entity (405), but this deletes its CONNECTION to the board, which detaches it from that board (the block itself is not destroyed). Pass the board slug and the block_id from arena_get_channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
block_idYesBlock id to remove (get it from arena_get_channel).
channel_slugYesBoard to remove the block from.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the key behavioral traits: 'Are.na can't delete a block entity (405)', 'deletes its CONNECTION to the board', and 'the block itself is not destroyed.' This is excellent transparency for a mutation tool, though it doesn't cover response behavior or error cases.

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 exactly three sentences, each serving a distinct purpose: state the action with an example, clarify the behavioral nuance, and provide parameter instructions. Every sentence earns its place with no filler.

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

Completeness4/5

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

Given the simplicity of the tool (2 params, no output schema, no annotations), the description is quite complete. It covers what, when, how, and the critical limitation. Minor omissions like return value or auth are not essential for this operation.

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

Parameters4/5

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

The schema already has 100% coverage for both params, so baseline is 3. The description adds valuable guidance by pointing out that block_id should come from arena_get_channel and that channel_slug is the board slug, reinforcing the schema and providing cross-tool context.

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's purpose: 'Remove a block from a channel', and provides a concrete use case ('a piece that no longer fits the brief'). It distinguishes itself from related operations by clarifying that it deletes the connection, not the block entity itself, which is critical given the tool name.

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?

It gives clear context for when to use ('when a piece no longer fits the brief') and explicitly instructs how to invoke: 'Pass the board slug and the block_id from arena_get_channel.' While it doesn't name alternative tools, it implicitly differentiates from entity deletion by mentioning the 405 limitation.

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/312-dev/arena-mcp'

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