Skip to main content
Glama
vhxubo

arena-hero-mcp

by vhxubo

list_resources

Retrieve explored resource node coordinates from the arena-hero game's browser IndexedDB via WebSocket. Returns session memory; note that data may be stale and not reflect current availability.

Instructions

列出 IndexedDB cells 中所有 kind=RESOURCE 的探索记忆格(你本局探索过的资源节点坐标). 每次调用通过 ws 让浏览器重读 IndexedDB 返回最新. ⚠️ 记忆会过时, 不可当当前可采.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosure. It explains that each call uses websocket (ws) to make the browser re-read IndexedDB for the latest data, and warns about stale memory. This adds meaningful behavioral context beyond the schema, though it does not describe the return format or side effects.

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 concise, with two sentences that directly state the purpose, the mechanism (ws re-read), and the key caveat (stale memory). Every sentence earns its place with no redundancy.

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 simple list tool with no parameters and no output schema, the description covers the essential aspects: what it returns (RESOURCE-kind coordinates), how it fetches data (ws re-read), and the important limitation (memory can be outdated). It does not specify the exact return format, but this is not critical given the tool's simplicity.

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 input schema has zero parameters, so there is nothing to explain. The description adds no parameter information, but none is needed. The baseline of 4 for a no-parameter tool is appropriate.

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 it lists all exploration memory cells with kind=RESOURCE in IndexedDB, naming the specific resource (RESOURCE cells) and the context (exploration memory). This distinguishes it from sibling tools like list_obstacles and get_all_cells, so the purpose is unambiguous.

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 implies usage for viewing explored resource nodes and explicitly warns that the memory may be outdated and should not be treated as currently minable. However, it does not explicitly compare to alternatives or state when to use this tool instead of others, leaving some gap in usage guidance.

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/vhxubo/arena-hero-mcp'

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