Skip to main content
Glama

Get Volume Profile

get_volume_profile
Read-onlyIdempotent

Analyze volume-by-price to reveal point of control, value area, and high/low volume nodes for a symbol, identifying key support, resistance, and breakout levels based on historical trading activity.

Instructions

Volume-by-price for a symbol: point of control, value area, and the high and low volume nodes around the current price.

Answers "where did this market previously agree on value, and where did it refuse to trade" — the auction-theory reading that price and oscillators cannot give. High volume nodes are shelves the market accepted and tends to revisit; low volume nodes are thin prices it rejected, and price usually travels through them quickly, so they act as breakout levels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesStock ticker (e.g. AAPL, NVDA).
bucketsNoPrice bins; higher is a finer profile (default 20).
intervalNoBar size — D, W, M, H1, M30, M15, M5, M1 (default D).D
lookbackNoBars in the profile window (default 100).
value_area_pctNoFraction of volume inside the value area (default 0.70).
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds valuable interpretive context about high and low volume nodes—calling them 'shelves' and 'breakout levels'—which helps the agent understand the behavioral meaning of the output beyond raw numbers. No contradiction with annotations.

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 concise—three sentences that front-load the core definition and then enrich it with a meaningful interpretive paragraph. Every sentence earns its place: the first defines, the second frames the purpose, and the third explains the significance of the outputs. No wasted words.

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?

Without an output schema, the description carries the burden of explaining what the agent will receive. It enumerates the key components (point of control, value area, high/low nodes) and interprets them, which is sufficient for an agent to understand the result. It does not specify the exact return structure, but the conceptual completeness is strong given the tool's complexity.

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

Parameters3/5

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

All 5 parameters have schema descriptions covering 100%, so the structural burden is already met. The description does not directly elaborate on parameters, but its conceptual explanation of volume profile indirectly clarifies why parameters like buckets and value_area_pct matter. This meets the baseline for high schema coverage without adding extra semantic depth.

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 that the tool provides volume-by-price data for a symbol, listing specific outputs (point of control, value area, high/low volume nodes). It distinguishes itself from price and oscillator tools by emphasizing the auction-theory perspective, making its unique purpose unmistakable.

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 provides a clear use case: when you need to understand where the market previously agreed on value and where it refused to trade. It contrasts itself with price and oscillators, implying these alternatives cannot give this reading. However, it does not explicitly name sibling tools or provide when-not-to-use guidance, so it stops short of full explicit alternatives.

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

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/Blahaj-gif/Finance-mcp'

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