Skip to main content
Glama

get_equity_flow

Analyze real-time institutional orderflow signals for US stocks to detect buy/sell pressure, market state, and risk levels during market hours.

Instructions

Get real-time institutional orderflow signal for a US equity stock.

Returns live microstructure intelligence from Alpaca IEX feed:
- signal: BUY_PRESSURE / SELL_PRESSURE / NEUTRAL
- confidence: 0.0 to 1.0 AI confidence score
- market_state: TRENDING_UP / TRENDING_DOWN / RANGE_BOUND / VOLATILE
- risk: LOW / MEDIUM / HIGH / EXTREME
- bid_ratio: orderbook bid imbalance
- buy_ratio: aggressive buy percentage
- delta_5s: net volume delta over last 5 seconds

Note: US equity data is available during market hours (14:30-21:00 UTC).

Args:
    symbol: US stock ticker (e.g., AAPL, NVDA, TSLA, MSFT)

Example usage:
    get_equity_flow("NVDA")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes what the tool returns (detailed microstructure intelligence with specific fields), data source (Alpaca IEX feed), and operational constraints (market hours). It doesn't mention rate limits, authentication needs, or error handling, but provides substantial behavioral context.

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 well-structured and front-loaded with the core purpose, followed by detailed return values, operational notes, parameter explanation, and example usage. Every sentence adds value with zero wasted text, making it efficient for an AI agent to parse.

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?

Given the tool has an output schema (which covers return values), the description provides excellent context: clear purpose, detailed behavioral information, parameter semantics, usage constraints, and an example. For a single-parameter tool with output schema, this description is comprehensive and complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage for the single parameter, the description fully compensates by providing clear semantics: it explains that 'symbol' represents a 'US stock ticker' and gives concrete examples (AAPL, NVDA, TSLA, MSFT). This adds essential meaning beyond the bare schema.

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's purpose with specific verb ('Get') and resource ('real-time institutional orderflow signal for a US equity stock'), distinguishing it from sibling tools like get_crypto_flow and scan_crypto_flow by specifying US equity focus. It provides concrete details about what intelligence is returned from the Alpaca IEX feed.

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?

The description explicitly states when to use this tool ('US equity stock') and provides time constraints ('during market hours 14:30-21:00 UTC'), but doesn't explicitly mention when not to use it or name alternatives like the sibling crypto tools. The context is clear but lacks explicit exclusion guidance.

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/horustechltd/horus-flow-mcp'

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