Tool tree
get_current_page_contextAnswer
Get the context of the Longbridge page the user is currently viewing: URL, page title, language, and — when available — the page type and the security being viewed. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "get_current_page_context",
"kind": "answer",
"impl": "imperative",
"description": "Get the context of the Longbridge page the user is currently viewing: URL, page title, language, and — when available — the page type and the security being viewed. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}search_stocksAnswer
Search stocks, ETFs and indexes on Longbridge by keyword (company name, ticker or code). Returns matched securities with their counter_id, which other Longbridge tools such as get_stock_snapshot accept as input. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "search_stocks",
"kind": "answer",
"impl": "imperative",
"description": "Search stocks, ETFs and indexes on Longbridge by keyword (company name, ticker or code). Returns matched securities with their counter_id, which other Longbridge tools such as get_stock_snapshot accept as input. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "Search keyword, e.g. \"AAPL\", \"Tencent\", \"700\""
}
},
"required": [
"keyword"
]
},
"page": "/"
}search_newsAnswer
Search financial news and market coverage on Longbridge by keyword (company, ticker, industry or event). Returns matched articles with title, summary, source and publish time in the language of the current page. Each result carries a ready-to-use "markdown" field; when presenting articles to the user, always cite the article title together with its url (prefer the provided markdown link). The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "search_news",
"kind": "answer",
"impl": "imperative",
"description": "Search financial news and market coverage on Longbridge by keyword (company, ticker, industry or event). Returns matched articles with title, summary, source and publish time in the language of the current page. Each result carries a ready-to-use \"markdown\" field; when presenting articles to the user, always cite the article title together with its url (prefer the provided markdown link). The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "Search keyword, e.g. \"NVIDIA earnings\", \"美联储\""
}
},
"required": [
"keyword"
]
},
"page": "/"
}get_stock_snapshotAnswer
Get a real-time quote snapshot (last price, change, open/high/low, volume, market value) for one security on Longbridge. Input is the counter_id returned by the search_stocks tool, e.g. "ST/US/AAPL". If you only have a ticker like "AAPL.US", call search_stocks first. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "get_stock_snapshot",
"kind": "answer",
"impl": "imperative",
"description": "Get a real-time quote snapshot (last price, change, open/high/low, volume, market value) for one security on Longbridge. Input is the counter_id returned by the search_stocks tool, e.g. \"ST/US/AAPL\". If you only have a ticker like \"AAPL.US\", call search_stocks first. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {
"counter_id": {
"type": "string",
"description": "Security counter_id from search_stocks results, e.g. \"ST/US/AAPL\""
}
},
"required": [
"counter_id"
]
},
"page": "/"
}get_stock_fundamentalsAnswer
Get fundamentals for one security on Longbridge: company profile, industry classification, concept tags, and a valuation overview (P/E, P/B, P/S, dividend yield vs. industry median) with an AI-generated valuation commentary where available. Input is the counter_id returned by search_stocks, e.g. "ST/US/AAPL". Content is localized to the current page language. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "get_stock_fundamentals",
"kind": "answer",
"impl": "imperative",
"description": "Get fundamentals for one security on Longbridge: company profile, industry classification, concept tags, and a valuation overview (P/E, P/B, P/S, dividend yield vs. industry median) with an AI-generated valuation commentary where available. Input is the counter_id returned by search_stocks, e.g. \"ST/US/AAPL\". Content is localized to the current page language. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {
"counter_id": {
"type": "string",
"description": "Security counter_id from search_stocks results, e.g. \"ST/US/AAPL\""
}
},
"required": [
"counter_id"
]
},
"page": "/"
}get_stock_analysisAnswer
Get Longbridge's analysis for one security: the Longbridge financial score (overall letter grade, industry percentile, five category scores for profitability/growth/cash/operation/solvency, and style/scale profile) plus AI-generated commentary on the latest financial report and analyst ratings. Input is the counter_id returned by search_stocks, e.g. "ST/US/AAPL". Content is localized to the current page language. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "get_stock_analysis",
"kind": "answer",
"impl": "imperative",
"description": "Get Longbridge's analysis for one security: the Longbridge financial score (overall letter grade, industry percentile, five category scores for profitability/growth/cash/operation/solvency, and style/scale profile) plus AI-generated commentary on the latest financial report and analyst ratings. Input is the counter_id returned by search_stocks, e.g. \"ST/US/AAPL\". Content is localized to the current page language. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {
"counter_id": {
"type": "string",
"description": "Security counter_id from search_stocks results, e.g. \"ST/US/AAPL\""
}
},
"required": [
"counter_id"
]
},
"page": "/"
}get_longbridge_product_overviewAnswer
Get an overview of the Longbridge AI-native product matrix: the longbridge.com web platform (quotes, markets, news, calendar, screener, community), the Longbridge mobile App, the LongbridgeAI assistant, the OpenAPI developer platform and the official MCP server. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "get_longbridge_product_overview",
"kind": "answer",
"impl": "imperative",
"description": "Get an overview of the Longbridge AI-native product matrix: the longbridge.com web platform (quotes, markets, news, calendar, screener, community), the Longbridge mobile App, the LongbridgeAI assistant, the OpenAPI developer platform and the official MCP server. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}get_openapi_platform_overviewAnswer
Get an overview of Longbridge Developers (open.longbridge.com): real-time market data, trading and financial intelligence APIs delivered through AI Skill, CLI, MCP, SDK and OpenAPI, with official multi-language SDKs and a hosted MCP server for AI agents. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.
View tool JSON
{
"name": "get_openapi_platform_overview",
"kind": "answer",
"impl": "imperative",
"description": "Get an overview of Longbridge Developers (open.longbridge.com): real-time market data, trading and financial intelligence APIs delivered through AI Skill, CLI, MCP, SDK and OpenAPI, with official multi-language SDKs and a hosted MCP server for AI agents. The result content is ready-to-display markdown; present it to the user as-is and do not reformat it into markdown tables.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}