Skip to main content
Glama

omni_world_scan

Scan a bounded 64-block area to retrieve block and entity data, applying optional filters and result caps to keep the snapshot manageable.

Instructions

Block and entity snapshot inside a 64^3 box. Hard cap 262,144 blocks. Results truncated to maxBlocks/maxEntities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes
maxBlocksNo
blockFilterNo
maxEntitiesNo
includeBlocksNo
includeEntitiesNo

Schema Changelog

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

  1. First observedv1.3.0

TDQS

B3.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 full burden and it discloses two crucial behaviors: the 262,144-block hard cap and truncation to maxBlocks/maxEntities. It doesn't cover error cases or filter interplay but is fairly transparent for a read-only snapshot.

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?

Three short sentences with purpose first; every phrase earns its place. Slight redundancy between 64^3 and 262,144 does not hurt.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and no annotations mean the description should cover return value shape and invocation semantics. It leaves coordinate conventions and filter syntax unexplained, so an agent cannot reliably invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% parameter descriptions, so the description must explain them. It only relates maxBlocks/maxEntities to truncation and implies from/to define the box; blockFilter, includeBlocks, and includeEntities are left unexplained.

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 names a concrete operation — capturing a block/entity snapshot in a bounded 64^3 box — and adds hard limits. It doesn't explicitly distinguish siblings like omni_world_raycast, but the boxed-snapshot scope is clear.

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?

No explicit when-to-use or alternative exclusions; the only guidance is the implied use case of snapshotting a bounded volume. Given related sibling tools, an agent gets no explicit route to choose this over a raycast or block search.

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