Skip to main content
Glama

Signal Ledger Financial Intelligence

Server Details

Paid bilingual MCP tools for evidence-linked SEC filing risk and finance-author track records.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
blf2097/stock-signal-ledger
GitHub Stars
0

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools address entirely distinct purposes: one analyzes financial reports for risk, while the other evaluates an author's prediction track record. There is no functional overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a clear snake_case verb_noun pattern: analyze_financial_report_risk and get_author_track_record. The naming style is consistent and predictable.

Tool Count3/5

With only two tools, the server feels thin for a service branded as 'Financial Intelligence.' The tools are each substantive, but two is borderline and leaves the overall offering underpopulated.

Completeness2/5

The tool surface covers only two isolated paid lookups and lacks broader financial workflows such as filing retrieval, comparison, portfolio analysis, or monitoring. Significant gaps remain for any comprehensive financial intelligence use case.

Available Tools

2 tools
analyze_financial_report_riskFinancial Report Risk Analysis / 财报风险体检A
Read-onlyIdempotent
Inspect

Paid full audit ($0.25 USDC): analyze financial-statement risk, earnings quality, cash-flow anomalies, accounting red flags, debt pressure, governance issues and data quality. Supply report text, or provide a US stock symbol to retrieve an official SEC filing automatically. Returns evidence-linked, machine-readable risk findings. / 收费完整体检(0.25 USDC):识别财报风险、盈利质量、现金流异常、会计红旗、偿债压力、治理与数据质量问题;可提交原文,也可只提供美股代码自动获取 SEC 原始公告。

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoOptional explicit mode. It is inferred from report_text or symbol when omitted.
periodNolatest, 2025/FY2025, 2025-Q4 or YYYY-MM-DD.latest
symbolNoUS-listed ticker symbol, for example AAPL or BRK.B. The service fetches an official filing.
companyNoOptional company name for text mode.
report_textNoPlain text from a financial statement, annual report, quarterly report, SEC 10-K, 10-Q or 8-K filing.
report_typeNoPreferred filing/report type for symbol mode.10-K
source_contextNoOptional provenance metadata for caller-supplied text.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
modeNo
toolNo
errorNo
analysisNo
scorecardNo
request_idYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond this: the tool is paid ($0.25 USDC), it automatically fetches SEC filings for symbol input, and it returns evidence-linked, machine-readable risk findings. There is 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the most critical information (paid cost, purpose) and then efficiently covers input modes and output characteristics. The bilingual content doubles the length but is a deliberate localization choice rather than filler; each sentence in both languages carries meaning without redundancy within a language.

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 rich schema with fully documented parameters and an explicit output schema, the description needs only to supply operational context. It covers cost, input options, automatic SEC retrieval, and the nature of the output (evidence-linked, machine-readable). No critical missing information prevents an agent from invoking the tool correctly.

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 provides descriptions for all 7 parameters (100% coverage), so the baseline is 3. The description reaffirms the two key input options (report_text and symbol) but does not add significant meaning beyond the schema's own guidance, which already states these modes. Other parameters (period, report_type, source_context, etc.) are fully documented in 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 opens with a specific verb ('analyze') and a clear resource ('financial-statement risk'), then enumerates concrete risk dimensions (earnings quality, cash-flow anomalies, accounting red flags, debt pressure, governance, data quality). This leaves no ambiguity about what the tool does, and it is clearly distinct from the sibling get_author_track_record, which deals with author reputations rather than financial reports.

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 the two valid input modes: supply report text, or provide a US stock symbol to trigger automatic SEC filing retrieval. It gives clear context for how to use the tool, though it does not explicitly discuss 'when not to use' or compare alternatives. Since the only sibling is unrelated, this is not a significant gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_author_track_recordAuthor Track Record / 作者历史成绩A
Read-onlyIdempotent
Inspect

Paid lookup ($0.02 USDC): return a financial author's or stock commentator's resolved prediction history, sample size, hit rate, Wilson confidence interval, coverage, breakdowns and freshness. Useful for creator credibility, investment-influencer reputation and due-diligence workflows. / 收费查询(0.02 USDC):返回财经作者或股票博主的历史观点成绩、命中率、样本量、置信区间、覆盖范围和数据新鲜度。

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoFilter claims by stock, industry or broad-market scope.all
handleYesX/Twitter author handle, with or without @.
window_daysNoHistorical lookback window in days.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
modeNo
toolNo
errorNo
analysisNo
scorecardNo
request_idYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark it read-only and idempotent; the description adds useful behavioral details beyond those, notably the $0.02 USDC cost and that it returns resolved prediction history with sample size, hit rate, confidence interval, and freshness. No contradictions.

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 compact, front-loads the key purpose and cost, and avoids fluff. The English and Chinese versions are consistent and appear in the same string without clutter.

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?

There is an output schema, and the three parameters are fully documented in the schema. The description adds useful context about cost and typical use cases. It does not need to explain return values, so nothing important is missing.

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 coverage is 100%, and the description does not add parameter-level meaning beyond listing result metrics. The schema already documents handle, window_days, and type, so the baseline of 3 applies.

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 (

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 clear context: it is for creator credibility, influencer reputation, and due-diligence workflows. It does not explicitly contrast with the sibling tool analyze_financial_report_risk or state exclusions, so it stops short of a perfect score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedanalyze_financial_report_risk
    • First observedget_author_track_record

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for analyzing SEC filings (10-K, 10-Q, 8-K) with industry-aware financial extraction and BERT-based NLP.
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Provides a suite of MCP tools for evidence-grounded investment research, including time-bounded search of reports and news, thesis verification against subsequent events, market response calculations, and generation of validated research briefs.
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Hosted MCP server granting AI agents access to 20M+ SEC EDGAR filings, 100M+ exhibits, and comprehensive entity data through 49 tools, with support for raw documents, extracted sections, and structured JSON.
    15
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.