Skip to main content
Glama
Lians-ai

Lians Agent Memory

Official

fact_history

Retrieve every recorded value for a ticker and metric, ordered by event time, including superseded versions, to see how a metric evolved over time.

Instructions

Return every recorded version of a structured fact ordered by event_time. Query by ticker + metric — ideal for time-series views like 'show me how AAPL EPS evolved over the last four quarters'. Superseded versions are included so you can see the full revision history. Entity normalization: 'Apple Inc.', ISIN 'US0378331005', and 'AAPL' all resolve to the same fact series automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
metricYesMetric name (e.g. eps, price_target, guidance).
tickerYesTicker symbol, ISIN, CUSIP, or company name.
Behavior4/5

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

With no annotations, the description carries the full burden and discloses key behaviors: ordering by event_time, inclusion of superseded versions, and automatic entity normalization (Apple Inc./ISIN/AAPL). It omits limit semantics and error behavior, but the disclosed traits are substantial.

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?

Three sentences with no filler: the first states the core action, the second gives a use case, and the third adds behavioral details. Information is front-loaded and 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?

Given no output schema, the description covers the main expectations: what is returned (versions), ordering, superseded handling, and normalization. It does not explicitly describe the response structure or pagination, but for a tool of this complexity it is reasonably 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?

Schema descriptions cover ticker and metric, and the description adds entity normalization and time ordering context that clarifies parameter usage. However, the 'limit' parameter remains undocumented in both schema and description, preventing a higher score.

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 uses a specific verb ('Return') plus resource ('every recorded version of a structured fact') and distinct behavior ('ordered by event_time'), clearly distinguishing it from sibling tools like recall or remember. It leaves no ambiguity about what the tool does.

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?

Provides clear context with a concrete example ('show me how AAPL EPS evolved over the last four quarters') indicating it is ideal for time-series views. It does not explicitly name alternatives or when not to use it, but the context is strong enough for an agent to select it appropriately.

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