Skip to main content
Glama
mal0ware

Oneiros MCP Server

by mal0ware

encode_observation

Encodes a 6D observation vector into a latent embedding for the JEPA world model, enabling downstream prediction and planning tools.

Instructions

Encode a 6D observation [x, y, vx, vy, goal_x, goal_y] into a latent vector.

Returns the latent embedding produced by the trained JEPA encoder. The latent is the space the world model predicts in; downstream tools operate on these latents rather than on raw observations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
observationYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the use of a trained JEPA encoder and explains the latent space role, but omits side effects, idempotency, or authorization needs.

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?

Two efficient sentences: first for purpose, second for context. No redundancy, well front-loaded.

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?

Covers core functionality and output purpose well, but lacks detail on latent vector dimensions or type, which would be helpful given no output schema.

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

Parameters5/5

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

The input schema only specifies an array of numbers with 0% description coverage. The description compensates fully by defining the 6D structure and field meanings, adding significant value beyond 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 states it encodes a 6D observation into a latent vector, specifying the exact fields [x, y, vx, vy, goal_x, goal_y]. It differentiates itself from siblings by explaining that the latent is used by the world model and downstream tools.

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?

The description implies usage context (encoding before world model prediction) but does not explicitly state when to use this tool vs alternatives like plan_to_goal or predict_rollout. No when-not or exclusion criteria provided.

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/mal0ware/Oneiros'

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