Skip to main content
Glama
INo-xious

stockbit-mcp

by INo-xious

price_bands

Read-only

Check a stock's IDX auto-rejection bands (ARA/ARB) and foreign net flow directly from the orderbook payload, with missing fields reported as null instead of zero.

Instructions

The IDX auto-rejection band (ARA/ARB) and the session's foreign flow for a stock. A stock at its ARA has no seller at any price and one at its ARB has no buyer — "1,200 and rising" means something different when 1,200 IS the ceiling. Costs no extra request: these fields already arrive inside the orderbook response. A field that was not in the payload is reported as null and named in missing, never as zero — zero is a real value for foreign net flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesIDX ticker, e.g. BBRI
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint annotations, the description discloses important behavior: missing fields are reported as null and named in `missing`, never as zero, because zero is a real value for foreign net flow. It also explains the semantic meaning of ARA and ARB, which helps an agent interpret results correctly. This is exactly the kind of nuance annotations do not convey.

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?

Three compact sentences: the definition comes first, an illustrative ARA/ARB interpretatoin sentence second, and the null-vs-zero caveat last. Every sentence earns its place and there is no filler.

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?

For a one-parameter, read-only tool with full schema coverage, the description is largely complete and explains the key behavioral gotchas. It could be slightly more explicit about the exact response shape, but it discloses the most important missing-field behavior and where the data comes from.

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 input schema already documents the single `symbol` parameter as 'IDX ticker, e.g. BBRI' with 100% coverage, so the baseline of 3 applies. The description adds no extra parameter-level detail beyond reinforcing that the data is per-stock.

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 identifies the resource: IDX ARA/ARB auto-rejection bands plus the session's foreign flow for a stock. It is specific and meaningful, but it lacks an explicit action verb like 'get' or 'retrieve'. It also only indirectly distinguishes itself from the orderbook sibling by noting the data comes from the orderbook response.

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 gives clear context: use this tool to access ARA/ARB and foreign flow data for a stock, and notes that these fields already arrive inside the orderbook response at no extra request cost. It does not explicitly state when to prefer price_bands over orderbook or list exclusions, but the context is still strong.

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/INo-xious/stockbit-mcp'

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