Skip to main content
Glama

Agent Einstein — Crypto & Market Intelligence

Tokenized-Equity Market Intelligence

analyze_tokenized_stocks
Read-onlyIdempotent

The market where memecoins are priced in SHARES, on Base and Robinhood Chain. Float-corner risk (whose on-chain stock float is locked in one pool while the issuer cannot mint), stock-paired launches with their tax and dividend structure, who bought a token earliest, and which wallets keep entering early and actually realize money. [Paid: $0.25 per call from your Einstein credit balance. Free alternatives exist for several of these — see list_einstein_capabilities.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardNofloat-corner = float concentration + mint window · stock-pairs = launches priced in an equity · early-buyers = entry-ranked buyers of one token (needs `token`) · trader-record = which wallets are actually good · event-risk = scheduled corporate actions and the implied gap at the open.float-corner
tokenNoToken contract address. Required when board=early-buyers.

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already establish the tool as read-only, idempotent, and non-destructive, so the description's main behavioral addition is the paid-call warning and the existence of free alternatives. That is meaningful context beyond the annotations, though the description still omits output shape or pagination behavior.

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

Conciseness3/5

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

The description is information-dense and every clause adds some domain detail, but it is not front-loaded with a clear 'this tool does X' statement and relies on jargon-heavy parentheticals. It is acceptable in length but could be restructured for faster agent comprehension.

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?

The description covers the domain, cost, and several board semantics, and the schema fully documents parameters. However, there is no output schema and the description does not describe what a response looks like, which is a notable gap for a multi-board paid tool.

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 description coverage is 100%, so the baseline is 3, but the description adds interpretive depth to the board enum values: 'whose on-chain stock float is locked in one pool' clarifies float-corner, and 'stock-paired launches with their tax and dividend structure' enriches stock-pairs. It does not explicitly name board or token parameters, but the schema already handles those mechanically.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a concrete domain ('memecoins are priced in SHARES, on Base and Robinhood Chain') and enumerates the specific intelligence categories it covers: float-corner risk, stock-paired launches, early buyers, and trader records. This makes the tool distinguishable from sibling analysis tools by domain, though it lacks an explicit action verb such as 'Analyzes' or 'Returns' and does not directly contrast itself with other analyze_* tools.

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 paid note ('$0.25 per call from your Einstein credit balance') and pointer to free alternatives via list_einstein_capabilities give concrete cost-based usage context. However, it never states specific conditions for choosing this tool over sibling tools like analyze_token_security or when not to use it, leaving selection mostly to inference.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation2/5

With 40 tools, many share overlapping domains: get_smart_money_flow vs get_smart_money_inflow, scan_launchpads vs get_launchpad_radar, track_whales vs get_hyperliquid_whales, and check_token_safety vs analyze_token_security. The detailed descriptions help, but the boundaries are not always clear, making misselection likely.

Naming Consistency2/5

The tool names employ a wide variety of verbs (get_, analyze_, scan_, track_, find_, generate_, recommend_, run_, list_, ask_, assess_, detect_) with no consistent pattern. While all use snake_case, the inconsistent verb choices and occasional deviations like forecast_chart prevent predictability.

Tool Count2/5

40 tools is well above the typical 3-15 well-scoped range and exceeds the 25+ threshold for 'too many'. While the broad 'crypto intelligence' purpose justifies some breadth, the sheer number makes the surface unwieldy and suggests a lack of focused scoping.

Completeness4/5

The tool set covers a wide range of crypto intelligence domains: market analysis, forecasting, whale tracking, yield/arbitrage, security checks, prediction markets, backtesting, and even content generation. Missing operations are minor (e.g., no direct portfolio management), but core analysis and data retrieval workflows are well represented.