Skip to main content
Glama
Xplore-LAB

asmemory

by Xplore-LAB

memory_causal

Measure the causal effect of an action on a metric by returning the mean change before and after the action within a set time window.

Instructions

因果关联:某动作(verb)对某指标(entity.metric)的影响,返回动作前后均值变化量。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verbYes
entityYes
metricYes
windowNo时间窗秒,默认 3600
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It communicates a read/compute behavior by saying it returns a before/after mean change, but it does not explicitly state that the operation is non-destructive, how the before/after boundary is determined, or whether any special permissions or data requirements apply.

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?

The description is a single sentence that front-loads the core concept and result. It contains no filler, repeats no parameter names unnecessarily, and is easy for an agent to parse quickly.

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?

With four parameters, no output schema, and no annotations, a single-sentence description is thin. The agent is not told the shape of the returned value, how to interpret 'mean change,' how the causal calculation is scoped, or when to prefer this over sibling tools. This leaves important operational and selection context missing.

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

Parameters3/5

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

Schema description coverage is only 25% because only `window` has a description. The prose partially compensates by explaining `verb` as an action and `entity.metric` as a metric, but it does not describe valid values or the relationship between `window` and the before/after computation. Thus it adds some meaning beyond the bare schema but does not fully compensate for the low coverage.

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 states a specific analytical purpose: measuring the causal impact of an action (verb) on a metric (entity.metric) and returning the mean change before vs. after the action. This clearly differentiates the tool from siblings like memory_trend and memory_anomaly by emphasizing causality and before/after comparison.

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 when to use the tool: when the caller wants the causal effect of an action on a metric. However, it does not explicitly list alternatives, exclusion criteria, or prerequisites such as needing pre-existing action history, so the agent must infer usage context from the tool name and siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Xplore-LAB/dsh-plugin-asmemory'

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