Skip to main content
Glama
INo-xious

stockbit-mcp

by INo-xious

trading_status

Read-only

Check if trading is currently allowed and see the exact reason when it isn't, so you know whether an order can be placed.

Instructions

Whether this server may place an order right now, and why not if it may not. Read it before offering to trade anything. Trading is OFF by default and the user turns it on themselves with stockbit-auth trading-enable; nothing this server does can turn it on, and no argument to any tool can override it. policy.reason is written for the user — relay it rather than paraphrasing. policy.autoConfirmIgnored, when present, means autoConfirm was configured but is not being honoured, and says why. policy.elicitation says whether a person is asked directly before an order: required refuses rather than send when no person can be reached, when-available (the default) asks wherever the client supports it, never does not ask at all. rememberGrant is the live "don't ask again" in THIS server process, if the user made one — it is held in memory, so no file can answer that question and this is the only place it is visible. This tool reads local configuration and makes no request, so it works with no trading session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses that the tool reads local configuration and makes no network request, so it works without a trading session. It also explains the semantics of policy.reason, policy.autoConfirmIgnored, policy.elicitation modes, and the in-memory nature of rememberGrant — all valuable behavioral context not captured by annotations.

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 long but densely packed with essential operational details and has a logical structure: core purpose first, then critical precondition, then field-by-field semantics. No sentence is wasted, though the length is higher than average.

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?

Given no output schema, the description does a good job explaining the key response components and their meaning for the agent's decision-making. It omits a full JSON shape or type information, but covers the semantically important parts needed to use the tool correctly.

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?

The tool has zero parameters and the schema is empty, so there is nothing to document. The description instead documents the response fields that an agent will consume, which is the appropriate compensation under this condition.

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 first sentence states exactly what the tool reports: whether the server may place an order now and, if not, why. This is a specific verb-plus-resource definition that clearly distinguishes trading_status from generic siblings like status or market_session.

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 strong, explicit usage context: 'Read it before offering to trade anything' and explains that trading is off by default and cannot be enabled by the server or any tool argument. It does not name a specific alternative tool to use instead, but it clearly communicates when this check is required.

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