Skip to main content
Glama

eval_run

Read-only

Evaluate memory health on a 0-1 scale using staleness, conflict, and superseded memory analysis. Optionally set a minimum score to act as a CI gate.

Instructions

Run a memory health evaluation.

Scores your memory quality on a 0-1 scale based on staleness, conflicts, and superseded memories. Optionally acts as a CI gate with min_score.

Args: min_score: Optional minimum score threshold. If set, returns pass/fail gate result.

Returns: JSON string with score, breakdown, and optional gate result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_scoreNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: what metrics are used (staleness, conflicts, superseded) and the optional gate outcome. No mention of authentication or rate limits, but sufficient for a read-only evaluation tool.

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?

Every sentence serves a purpose: main action, scoring details, optional behavior, parameter summary, return format. No filler or redundancy. Front-loaded with the primary function.

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 the tool's simplicity (one optional parameter, read-only, outputs JSON), the description adequately covers what the tool does and what it returns. Lacks only explicit comparison to siblings for full contextual completeness.

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 schema has 0% description coverage, but the tool description fully explains the single parameter 'min_score': its optional nature, purpose (threshold), and effect (returns pass/fail gate result). This adds significant value beyond the schema's bare type definition.

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?

Describes a specific verb ('Run') on a clear resource ('memory health evaluation'), with detailed scoring criteria (staleness, conflicts, superseded memories) that distinguishes it from sibling evaluation tools like eval_baseline_create or eval_gate.

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?

States the primary use case and optional CI gate behavior, but does not explicitly compare to siblings like eval_gate or explain when not to use this tool. Implicit guidance is present but not comprehensive.

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/novyxlabs/novyx-mcp'

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