Skip to main content
Glama
vortep-dev

arena-mcp

by vortep-dev

Are.na block

arena_block

Retrieve details for a specific Are.na block by its numeric ID, including its type and the channels it was added to.

Instructions

Details of a single block (image/link/text) by id, plus the channels it was added to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesnumeric block id

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It does convey a read-only lookup and discloses that the result includes the block's details plus its channels. It does not mention error behavior, authentication needs, or what happens when a block id is invalid or has no channels.

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 resource, the lookup mechanism, content types, and the additional channels payload efficiently.

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?

For a one-parameter tool with no output schema, the description adequately explains what the response will contain: block details and associated channels. It could mention auth or error handling, but the low complexity and clear return scope keep it reasonably 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?

Schema coverage is 100% and the only parameter, id, is already described as a numeric block id. The description adds little beyond restating that lookup is by id, so the schema does the necessary work.

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 names the specific resource (a single block), distinguishes among content types (image/link/text), identifies the lookup key (by id), and notes the extra output (channels). It is easily differentiated from siblings like arena_channel_contents or arena_channel, which target channel-level data.

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?

Usage is implied by 'by id': an agent should call this when it has a specific block id and wants that block's details. However, there is no explicit guidance about when to prefer this over arena_channel_contents or arena_search, and no exclusions are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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