Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

setPriceLimit

Configure order handling when price limits are exceeded per product category. Enable auto-adjustment or rejection to enforce trading constraints.

Instructions

Configure price limit action behavior per product category. Controls whether orders exceeding price limits are auto-adjusted or rejected.

Rate limit: 5 req/s

Agent hint: Use this to control how orders are handled when they exceed price limits. Set modifyEnable=true for auto-adjustment, false for rejection. Settings for linear or inverse apply to all futures. Use getUserSettings to check current config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes
modifyEnableYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already show this is a mutating, non-destructive operation. The description adds independent behavioral facts: a 5 req/s rate limit, that linear/inverse settings apply globally to all futures, and the auto-adjust/reject effect. No contradiction with readOnlyHint=false or destructiveHint=false.

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 structure is front-loaded: purpose first, then rate limit, then an agent hint covering when and how. The agent hint partially re-states the first sentence ('control... how orders are handled'), which costs a point, but no sentence is filler.

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?

The description is mostly complete for a 2-parameter tool, but it references 'getUserSettings' while the actual sibling is getUserSettingConfig, which could misdirect an agent. It also leaves the behavior of the spot category unspecified beyond the generic category concept. These are noteworthy gaps despite otherwise good coverage.

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?

With 0% schema coverage, the description carries the entire parameter burden. It maps modifyEnable=true to auto-adjustment and false to rejection, and explains that category linear/inverse affects all futures. It does not spell out the spot category's exact behavior, but the two required parameters are otherwise meaningfully covered.

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 opening sentence uses a specific verb ('Configure') and a precise resource ('price limit action behavior') scoped 'per product category'. The second sentence explains the concrete outcome (auto-adjusted or rejected), making it easy to distinguish from read-only price-limit siblings like getOrderPriceLimit or subscribePriceLimit.

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 invoke it: 'Use this to control how orders are handled when they exceed price limits.' It also points to a related getter for checking current configuration. It stops short of giving when-not-to-use conditions or naming alternative setters such as setLeverage or setMarginMode.

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