Skip to main content
Glama
fletch-now

fletch-mcp

Official
by fletch-now

What every number for one asset was on a past day

history

Retrieve daily per-asset data—price, premium, liquidity, supply, holders, and trading flags—for a chosen UTC day or range. Specify fields to narrow the returned snapshot.

Instructions

A daily snapshot per asset: multiplier, pause and trading-halt flags, Chainlink price and staleness, bid and ask, divergence, DEX price, premium and liquidity, total supply, holders and the lookalike count, one row per UTC day. Use at=YYYY-MM-DD to answer 'what was TSLA's premium on that day'; from/to or days set a window (default the last 90). fields narrows each row. coverage says how many days are on record: history begins the day the daily snapshot first ran and there is nothing before it, and a null is a figure that was not read that day rather than a zero. Each row is a single reading taken at takenAt, not a daily open, close or average: the job runs hourly and rewrites the current day's row, so today's row is a partial day. Compare takenAt across rows before treating the series as evenly spaced. Prices are USD numbers; dexPremiumPct is a percent, how far the deepest pool in dollars of any DEX read sat above (+) or below (-) the Chainlink feed price that day (the pools tool names that pool's venue; dexLiquidity is Uniswap's raw L, comparable only between pools of the same pair); totalSupplyRaw is a string in the token's own decimals (the response carries decimals); day is a UTC day and takenAt the ISO instant the reading was taken. The Chainlink price already includes the ERC-8056 multiplier, the bid and ask do not.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atNoOne UTC day, YYYY-MM-DD
toNoLast UTC day, YYYY-MM-DD
daysNo
fromNoFirst UTC day, YYYY-MM-DD
fieldsNoComma-separated keys, e.g. feedPrice,dexPremiumPct
symbolYesTicker, e.g. TSLA

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.8/5.0
Behavior5/5

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

Discloses critical behavioral traits beyond raw schema: each row is a single reading at takenAt, not a daily open/close/average; the job runs hourly and rewrites the current day's row; coverage reports days on record and history starts when the snapshot first ran; null means 'not read that day' rather than zero. It also explains unit semantics for dexPremiumPct and totalSupplyRaw and the ERC-8056 multiplier difference between Chainlink price and bid/ask. There are no annotations to contradict.

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 dense and information-rich, front-loading the core purpose and then providing necessary caveats and unit semantics. A few sentences are long, but every sentence earns its place given the complexity of the data. It could be slightly tightened, but remains efficient for the volume of behavioral nuance it conveys.

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

Completeness5/5

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

Completeness is strong given the tool's complexity and the absence of an output schema. The description explains the row's meaning, time semantics, coverage, and key unit differences. While it doesn't enumerate every output field in prose, the schema already covers parameter definitions and the example plus field list adequately set expectations.

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 already high (83%), and the description adds semantic detail for the 'at' parameter with an example, explains the window with from/to or days, and clarifies the meaning of 'coverage' and 'fields'. It does not restate the standard string formats, but the example and explicit date-window hints give the agent meaningful extra context.

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 the tool returns a daily snapshot per asset with an explicit list of fields, and uses a concrete example query ('what was TSLA's premium on that day') to show how to use the at parameter. It distinguishes this from related tools by specifying it is historical daily data, not status or feed rounds.

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?

Provides explicit guidance on when to use the tool: to answer questions about a past day's values per asset, with at=YYYY-MM-DD, from/to or days for a window, and fields to narrow rows. It also clarifies the data's daily nature, coverage caveats, and the distinction between reading takenAt versus a daily open/close/average. It doesn't explicitly name sibling alternatives, but its context is strong enough to route an agent correctly.

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

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/fletch-now/fletch-mcp'

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