Skip to main content
Glama

show_snapshot

Retrieve historical portfolio snapshot data showing daily total market value or per-holding price time series in your chosen currency.

Instructions

Query portfolio snapshot history. Without ticker, returns daily total market value in display_currency (default USD). With ticker, returns per-holding time series with prices in display_currency. IMPORTANT: For any projection, goal-timeline, or "when will I reach X" question, this tool alone is insufficient — it only provides historical trajectory. You must also call get_market_brief (for current macro regime, stress score, and signals) and use risk_summary.annualized_vol + signals.regime to build bear/base/bull scenarios rather than extrapolating linearly from past returns. Linear extrapolation from snapshot history is a category error for forward-looking questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerNoFilter by ticker symbol
fromNoStart date (YYYY-MM-DD, inclusive)
toNoEnd date (YYYY-MM-DD, inclusive)
display_currencyNoDisplay currency for monetary fields (USD/KRW/EUR/JPY/CNY/GBP/HKD/INR/TWD). Defaults to USD.USD
Behavior4/5

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

With no annotations, the description fully explains the behavioral distinction between with/without ticker, and warns about the tool's limitation for projections. It does not mention authentication or rate limits, but covers the key behavioral traits for correct usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and efficiently adds contextual warnings. It is slightly long but every sentence contributes meaning, maintaining a good structure for quick scanning.

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 and moderate complexity, the description covers parameter effects, currency, and the critical caveat about projection questions, while also referencing complementary tools. It lacks return format details but is sufficient for correct invocation.

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 baseline is 3. The description adds value by explaining the semantic difference between ticker present/absent, and mentions the default and effect of display_currency, going beyond the schema's field descriptions.

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 it queries portfolio snapshot history, with a specific distinction between aggregate (without ticker) and per-holding (with ticker) data. This specificity and contrast with the sibling tool set effectively communicates the tool's purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises when not to rely solely on this tool, especially for forward-looking questions, and names specific alternatives (get_market_brief, risk_summary). This provides exceptional guidance on when to use and when to avoid.

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/evan-moon/firma'

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