Skip to main content
Glama
Lians-ai

Lians Agent Memory

Official

remember

Persist financial facts, observations, or decisions with event time and metadata, enabling automatic replacement of stale guidance.

Instructions

Store a financial fact, observation, or decision in persistent memory. Always provide event_time_iso as when the event occurred, not now. Add ticker/metric/entity metadata for precise supersession detection — this lets Lians automatically replace stale guidance numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoProvenance: earnings_call, analyst_report, bloomberg, etc.
contentYes
metadataNoTags: ticker, metric, entity, instrument, cusip, isin.
event_time_isoYesISO 8601 timestamp of when this event occurred.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It does disclose a key behavior—metadata enables automatic replacement of stale guidance numbers—but it doesn't mention return values, side effects, or any destructive potential. Adequate but not comprehensive.

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 two sentences, front-loaded with purpose, then immediately gives critical usage guidance. No fluff—every sentence earns its place.

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?

For a write tool with 4 params and no output schema, the description covers the essential purpose and parameter semantics sufficiently. It lacks return value details and explicit side-effect disclosure, but is still reasonably complete for typical use.

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 75%, and the description adds meaningful semantics beyond schemas: it explains the event_time_iso field must reflect when the event occurred, not now, and shows how metadata supports supersession. This enriches parameter understanding.

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 a specific action ('Store a financial fact, observation, or decision in persistent memory') with a clear resource (persistent memory). The verb 'store' distinguishes it from sibling tools like 'recall' and 'reconstruct', which are read operations.

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 provides strong guidance on how to use the tool (e.g., event_time_iso semantics, metadata for supersession) but does not explicitly state when to use it vs. alternatives, nor any exclusions or when not to use it. Usage context is implied but not explicit.

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/Lians-ai/Lians'

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