Skip to main content
Glama

omni_mapdev_mode

Switch between editing (dev) and published-map preview (play) modes, or query the current mode. Play hides command blocks while keeping their logic running; dev restores full editing access.

Instructions

Dual-mode switch for the running map (the DEV <-> PLAY preview system). Call with no args to QUERY the current mode. mode='play' (alias 'preview') = PREVIEW: every command block becomes invisible, unopenable, unbreakable and untargetable while ALL command-block logic (impulse/repeating/chain, redstone, functions, schedulers) keeps running — the map behaves exactly as published. mode='dev' = full editing shape. Switching is instant (chunk meshes rebuild), race-free (server-thread scheduled) and persisted per map in mapmode.json. After switching to PLAY, always verify the map still WORKS (hiding never disables logic). Same unified kernel as /omni_dev mode and the pause-menu Map Dev screen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byNoWho switched (audit trail). Defaults to the MCP agent.
modeNoOmit to query the current mode. dev = editing shape; play/preview = published-map shape.

Schema Changelog

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

  1. First observedv1.3.0

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral disclosure burden. It explains side effects of PLAY mode (command blocks become invisible/unopenable/unbreakable/untargetable while logic continues), persistence, race-free scheduling, instant rebuild, and the critical caution that hiding never disables logic.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but every sentence carries operational value, and the most important behavior is front-loaded. The final sentence about the unified kernel is minor context but not redundant. It is structured well with mode definitions and consequences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/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 no annotations, the description covers invocation, mode semantics, aliasing, persistence, concurrency behavior, post-switch verification, and relationship to other interfaces. An agent has enough information to call the tool correctly and interpret its expected behavior.

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 meaningful semantics beyond the schema by explaining the real-world effect of each mode value, the preview alias, and the no-args query behavior. The 'by' parameter is adequately covered by the schema.

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 identifies the tool as a dual-mode switch for the running map, supports both switching and querying, and precisely defines DEV vs PLAY behavior. It distinguishes itself from sibling tools by focusing on mode state and switching semantics rather than status or map file operations.

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 explicitly states that calling with no arguments queries the current mode, and it describes what each mode value does and when to verify after switching. It does not explicitly name sibling alternatives to avoid, but the usage context is clear and actionable.

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