Skip to main content
Glama
longbridge

longbridge

Official

Market Temperature

market_temperature
Read-onlyIdempotent

Assess current market sentiment for HK, US, CN, or SG. Returns a temperature gauge to inform trading decisions.

Instructions

Get current market sentiment temperature. market: HK/US/CN/SG.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYesMarket code: HK, US, CN, SG

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sentimentYes
timestampYes
valuationYes
descriptionYes
temperatureYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.8.7
    • addedOutput schema / properties / description
      Added value: +{
      +  "type": "string"
      +}
  2. Changed1 schema field changedv0.7.1
    • removedInput schema / title
      Removed value: -"MarketParam"
  3. Changed8 schema fields changedv0.6.0
    • removedOutput schema / $schema
      Removed value: -"https://json-schema.org/draft/2020-12/schema"
    • removedOutput schema / description
      Removed value: -"Returned by `market_temperature`."
    • removedOutput schema / properties / description
      Removed value: -{
      -  "description": "Human-readable temperature description (locale-aware).",
      -  "type": "string"
      -}
    • removedOutput schema / properties / sentiment / description
      Removed value: -"Market sentiment indicator (0-100)."
    • removedOutput schema / properties / temperature / description
      Removed value: -"Temperature value (0-100)."
    • removedOutput schema / properties / timestamp / description
      Removed value: -"Snapshot timestamp (RFC3339)."
    • removedOutput schema / properties / valuation / description
      Removed value: -"Market valuation indicator (0-100)."
    • removedOutput schema / title
      Removed value: -"MarketTemperatureResponse"
  4. Addedv0.4.5
  5. Removedv0.4.0
  6. Addedv0.3.2
  7. Removedv0.3.1
  8. First observedv0.1.12

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior, so the safety profile is well covered. The description adds the temporal 'current' qualifier and market scope, but does not disclose additional behavioral details such as return semantics or potential edge cases. 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 a single, front-loaded sentence with no filler. Every word carries meaning: the action, the resource, and the allowed market values.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one fully documented parameter, rich annotations, and an output schema, the description is sufficiently complete. It states the tool's purpose and scope, and no critical information is missing for invoking it.

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?

Schema description coverage is 100% for the single parameter, so the baseline is 3. The description simply restates the market codes ('HK/US/CN/SG') without adding examples, value constraints, or deeper meaning beyond the schema.

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 uses a specific verb ('Get') and resource ('current market sentiment temperature'), and enumerates the supported markets (HK/US/CN/SG). It clearly differentiates from the sibling 'history_market_temperature' via the word 'current'.

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 this tool is for current sentiment readings, but it does not explicitly state when to use it versus alternatives like 'history_market_temperature' or 'market_status'. No exclusions or alternative tool references are provided, so usage guidance remains implicit rather than explicit.

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/longbridge/longbridge-mcp'

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