Skip to main content
Glama

mcp_engram_get_backend_readiness

Check backend readiness after wake to see if recall is fully GPU/BVH active and whether the RoMem α speed-gate is enabled.

Instructions

Returns backend readiness: fully_initialized, bvh_ready, recall_mode, backend_kind, gpu fields, leg_block_count, profile, memory_mode, defer flags, plus α policy surface (alpha_speed_gate_enabled, ENGRAM_ALPHA_SPEED_GATE, process:engram.ritual.alpha-speed-gate, presentation_hop_budget). Use after wake to see whether recall is full GPU/BVH and whether RoMem α speed-gate is active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states 'Returns' and implies a read-only operation, but it does not explicitly confirm no side effects or permissions requirements. It does add useful context about the 'after wake' timing and interpretation of the fields, but the lack of explicit safety disclosure keeps it at a 3.

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 a single long sentence, but it front-loads the core purpose ('Returns backend readiness') and then efficiently lists all returned fields. It is dense but not wasteful; every element contributes meaning. Slightly long due to the exhaustive field list, but appropriate for a status tool with no output schema.

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?

Given no output schema, the description compensates by enumerating all returned fields and includes usage timing ('Use after wake'). It explains what to check ('whether recall is full GPU/BVH and whether RoMem α speed-gate is active'). It could further explain field meanings, but for a zero-param status tool, it is largely complete.

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?

The tool has zero parameters, so by the rubric baseline is 4. The description naturally needs no parameter details and adds no irrelevant param information.

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 the tool 'Returns backend readiness' and enumerates specific fields (fully_initialized, bvh_ready, recall_mode, etc.), making the purpose concrete and distinguishable from sibling tools like mcp_engram_stats or mcp_engram_spatial_status by its unique focus on backend readiness and alpha policy surface.

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?

The description provides a clear use case: 'Use after wake to see whether recall is full GPU/BVH and whether RoMem α speed-gate is active.' This tells the agent when to invoke it, but it does not explicitly mention alternatives or when not to use it, which would be needed for a full 5.

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/staticroostermedia-arch/engram'

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