list_events
List all events on a specific map to review placements and inspect event data before editing your RPG Maker MZ project.
Instructions
List all events on a specific map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | Map ID |
List all events on a specific map to review placements and inspect event data before editing your RPG Maker MZ project.
List all events on a specific map.
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | Map ID |
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries the full burden. It does not state whether events are returned in a specific order, whether they are filtered, pagination behavior, or response shape. For a list tool with no annotations and no output schema, more behavioral context is warranted.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single efficient sentence that front-loads the action and resource. No wasted words, though it is perhaps too terse given the lack of behavioral detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a simple list tool with one parameter, but missing details like whether events are scoped to the map, return ordering, or any auth/permission requirements. With no annotations and no output schema, more context would improve it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents the mapId parameter. The description adds no syntax or format details beyond what the schema provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clear verb (List) and resource (events) with scope (on a specific map). Distinguishes from create_event, update_event, delete_event, add_event_commands, but does not distinguish from other list_* siblings like list_maps or list_entities.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this versus alternatives, no prerequisites, no exclusions. Implied usage only.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.