Skip to main content
Glama
longbridge

longbridge

Official

Latest Financial Report

financial_report_latest
Read-onlyIdempotent

Retrieve the latest financial report for any security, including key metrics such as revenue, net income, EPS, ROE, gross margin, and financial highlights.

Instructions

Get the latest financial report summary for a security. Returns {period, revenue, net_income, eps, roe, gross_margin, report_date} and key financial highlights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesSecurity symbol, e.g. "700.HK"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoReporting period.
revenueNoRevenue.
net_incomeNoNet income.
epsNoEarnings per share.
roeNoReturn on equity.
gross_marginNoGross margin.
report_dateNoReport date.
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, covering safety and idempotency. The description adds behavioral context by listing the returned fields and mentioning 'key financial highlights', which is helpful but not extensive. No contradictions 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, well-structured sentence that efficiently states the purpose and return value. It uses front-loading effectively, with no superfluous words.

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 the simple tool (one parameter, clear output schema exists, annotations are rich), the description is largely sufficient. It specifies the returned fields and implies the result is a summary. Minor omission: could mention that it retrieves the most recent report, but the word 'latest' already conveys that.

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 has 100% description coverage for the single parameter 'symbol', with a clear example. The description only mentions 'for a security', adding no extra semantic value beyond what the schema provides. Baseline 3 is appropriate.

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 uses a specific verb 'Get' and resource 'latest financial report summary for a security', clearly stating the action and scope. It lists return fields, which adds clarity. While it doesn't explicitly differentiate from sibling tools like 'financial_report' or 'financial_report_snapshot', the word 'latest' implies a distinct purpose, achieving a score of 4.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives. Given the extensive sibling list including similar tools like 'financial_report' and 'financial_report_snapshot', the lack of usage context or exclusion criteria is a notable gap.

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