Skip to main content
Glama

get_money_flow

Get a retail and institutional money-flow summary for any stock by its insCode. See whether individual or institutional investors are buying or selling.

Instructions

حقیقی/حقوقی (retail/institutional) money-flow summary for an instrument by insCode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
insCodeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only conveys that the tool returns a money-flow summary, without mentioning time period, data scope, return shape, authentication, or any other behavioral details. This is thin for a tool with no structured metadata.

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 a single, compact sentence with no filler, and the key retail/institutional distinction is placed prominently. It is concise, though it could add a bit more structure around expected output or time period.

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?

For a one-parameter read-style tool, the description is adequate but not complete. There is no output schema, and the description does not specify what fields or time range the summary covers, so an agent may call the tool correctly but be unsure how to interpret the result.

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?

The description names insCode as the instrument identifier for the money-flow summary, reinforcing the sole required parameter. However, schema coverage is 0%, and the description does not explain the insCode format or how to obtain it, leaving the agent to infer from context.

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 clearly states the resource: a money-flow summary for an instrument, split by retail/institutional categories. This distinguishes it from siblings like get_quote or get_order_book. It lacks an explicit verb, but the tool name 'get_' supplies the retrieval action.

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 description implies when to use the tool: when you need retail/institutional money-flow data for an instrument identified by insCode. However, it does not explicitly contrast with sibling tools or state when not to use it.

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