Skip to main content
Glama
YunaAUbot

ExileAPI Plugin Dev MCP

by YunaAUbot

read_core_snapshot_member

Retrieve a specific file's contents from an ExileAPI snapshot by reading a bounded byte range from an indexed path, supporting plugin development workflows.

Instructions

Read a bounded byte range from one exact, indexed regular-file path in an ExileAPI snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
max_bytesNo
snapshot_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It discloses that reads are bounded (via max_bytes), require an exact indexed regular-file path (not directories or fuzzy paths). However, it does not describe error behavior, what happens if the path is missing, or whether offset is supported. The output schema presumably covers return format, but other behavioral details are absent.

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, tightly packed sentence with no fluff. It front-loads the primary action and then specifies the key constraints, making it immediately understandable.

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 tool's simplicity, the description covers the essential input context: exact path, regular-file constraint, and bounded read. The presence of an output schema reduces the need to describe return values. However, it could benefit from a brief mention of how this relates to sibling tools (e.g., inspect_core_snapshot for metadata) to help with tool selection, so it is not perfect.

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 0%, so the description must compensate. It adds meaning by relating 'bounded byte range' to max_bytes, 'path' to an exact indexed regular-file path, and 'ExileAPI snapshot' to snapshot_name. However, it does not explain path format, max_bytes limits, or the fact that max_bytes has a default, leaving gaps in full parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (Read), the target (a bounded byte range), and the specific resource (an exact, indexed regular-file path in an ExileAPI snapshot). It differentiates from sibling tools by emphasizing 'core snapshot' and 'regular-file path', though it does not explicitly name alternatives.

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: this tool is for reading file content from a core snapshot when you know the exact path and want only a bounded range. But there is no explicit guidance about when to use this versus sibling tools like inspect_core_snapshot or read_game_snapshot, 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.

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/YunaAUbot/ExileApiPluginDev'

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