Skip to main content
Glama

omni_map_overview

Read or update MAP_OVERVIEW.md to record the map's goal, build specification, and coordinate conventions, replacing individual sections when details change.

Instructions

Read MAP_OVERVIEW.md, or replace one of its numbered sections. This is where the user's actual goal, the build specification, and this map's coordinate conventions live — write it BEFORE building, and correct it whenever a previous agent recorded the goal wrongly. Sections: 1 Identity, 2 The user's goal, 3 Current build specification, 4 Coordinate conventions, 5 Mods in this map, 6 Open items, 7 Do not touch, 8 Notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mapNoMap/world folder name, e.g. my_village
bodyNoMarkdown body for that section (replaces the section's current content)
mapDirNoAbsolute path to the map folder itself (wins over `map`)
sectionNoSection number to replace. Omit to read the whole file.
worldsDirNoAbsolute path to the worlds folder that contains `map`

Schema Changelog

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

  1. First observedv1.3.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool can both read and replace, that the file is persistent shared state containing the goal and specification, and that correcting previous agents' errors is expected behavior. It could add a warning that replace overwrites existing content, but 'replace' already communicates mutation.

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 compact and front-loaded: the first sentence states the operation, the second gives timing/context, and the third enumerates sections. Every sentence earns its place and there is no redundant 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?

For a tool with no output schema and an explicit input schema, the description sufficiently covers the artifact, the action modes, when to use it, and the section semantics. It does not explicitly describe reading a single section versus the whole file, but the schema already covers the whole-file read behavior and section replacement semantics, so this is not a blocking gap.

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?

Schema coverage is 100%, so the baseline is 3. The description adds real value by mapping each section number to its intended content (Identity, user goal, build specification, coordinate conventions, etc.), which helps an agent choose the correct section. It also explains why the file matters by naming the goal and coordinate conventions that live there.

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 exact artifact (MAP_OVERVIEW.md) and states both modes of operation: read the whole file or replace a numbered section. This is a specific verb+resource pairing that clearly sets it apart from generic sibling tools like omni_map_docs or omni_map_guide.

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 explicit guidance on when to write (BEFORE building) and when to correct (whenever a previous agent recorded the goal wrongly), which tells an agent when this tool is the right memory-maintenance tool. It does not enumerate when not to use it or name alternatives, but the situational guidance is clear.

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/Mcamento8/omnimod-mcp'

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