Skip to main content
Glama
Xplore-LAB

asmemory

by Xplore-LAB

memory_store_action

Store an action event by specifying the actor, verb, and optional object, amount, and metadata to track operational actions and enable agent self-monitoring.

Instructions

存一条动作事件:actor 对 object 执行了 verb,可带控制量 amount 与元数据。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tsNounix 时间戳秒,默认当前
verbYes做了什么,如 run_training/git_commit/喷氨
actorYes谁做的,如 agent/user/operator
amountNo控制量数值(喷氨量/功率/开度),可选
objectNo对象,可选
metadataNo元数据,可选
Install Server

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It indicates a write operation (storing an event) but does not explain persistence semantics, duplicate handling, idempotency, permissions, failures, or what an agent should expect after invocation.

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 dense sentence that front-loads the core operation and then captures the event semantics without filler. Every part contributes to understanding what the tool does.

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

Completeness3/5

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

Given the schema fully documents all parameters, the description is adequate for basic invocation. However, with no output schema, no annotations, and write-side behavior, it stops short of fully covering behavioral expectations and routing to sibling tools.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds relational meaning by composing actor, verb, and object into a sentence and clarifying that amount is a control quantity. This goes beyond the individual parameter descriptions in 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 states a specific operation (store an action event) and gives the event model: actor performs verb on object, optionally with amount and metadata. This clearly distinguishes it from a sibling like memory_store_state, which stores state rather than actions.

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 wording makes it clear that this tool is for action events, but it never explicitly says when to use this instead of memory_store_state or other siblings. The intended usage is implied by the action-event phrasing and sibling names, but no explicit exclusions or alternative-routing guidance are provided.

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