Skip to main content
Glama

Signal Nodus SEC Filings

Mechanical rewrite ratio

rewrite_ratio
Read-only

Mechanical rewrite ratio of a filing item year over year: added sentences divided by total sentences in the newer section, as a percent, with a magnitude band. This measures editing activity in the text, not risk and not exposure; a lightly reworded sentence counts as one removal plus one addition. Built on the same sentence-level diff as compare_filings; buy that when you need the passages themselves. Formerly named risk_churn_score, which still answers. Costs $0.10 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formNo10-K or 10-Q. Default 10-K.
itemNoItem identifier. Default 1A (risk factors).
companyYesTicker symbol (e.g. AAPL) or SEC CIK number (e.g. 320193).

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, and the description does not contradict them. Beyond annotations, it discloses cost ($0.10 per call), the counting rule for lightly reworded sentences (one removal plus one addition), the underlying sentence-level diff basis, and the former name. It does not describe rate limits or exact output format, but those are minor given the 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 three sentences and front-loads the definition, then clarifies scope, then gives the sibling alternative, former name, and cost. Each sentence carries distinct and useful information, though the inclusion of both a former name and cost might be considered optional. Overall, it is well-structured and efficient.

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?

With no output schema, the description must explain the return value and any implicit behavior. It states the result is a percent with a 'magnitude band' but never defines the band values or how they map to output. It also does not specify which years are compared (only 'year over year' without clarifying the base year selection). These gaps make it incomplete for an agent that needs to interpret results.

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%, so the baseline is 3. The description does not add explicit parameter-level meaning beyond what the schema states; however, it introduces the 'year over year' concept that implies the tool compares the latest filing to the prior year—a behavior not captured in the schema and not clarified further. This omission keeps it at the baseline.

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 defines the metric precisely: 'added sentences divided by total sentences in the newer section, as a percent, with a magnitude band'. It explicitly states what it measures (editing activity) and what it does not (risk/exposure), and names the sibling compare_filings as the alternative for raw passages. This leaves no ambiguity about the tool's function.

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

Usage Guidelines5/5

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

The description provides both positive and negative usage guidance: it says this measures editing activity, not risk or exposure, and explicitly directs users to compare_filings when passages are needed ('buy that when you need the passages themselves'). It also notes the former name still answers, aiding legacy users. This clearly routes an agent to the correct tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation3/5

Most tools have clearly written descriptions, but several pairs overlap semantically: token_price/token_report, latest_filings/recent_filings, and institutional_holdings/who_holds/activist_stakes all require careful reading to pick the right one. The overlap is not severe enough for a 2, but it is still more than the occasional confusion.

Naming Consistency3/5

Names are consistently snake_case and mostly descriptive, but the set does not follow one naming convention. It mixes noun phrases (crop_data, token_report, insider_trades) with verb phrases (lookup_company, compare_filings, verify_financial_claim), and pairs like latest_filings/recent_filings create avoidable confusion.

Tool Count2/5

31 tools is too many for what is nominally an SEC Filings server, and the scope sprawls into unrelated domains such as EVM gas, tokens, prediction markets, crop data, and x402 auditing. The count does not feel earned by a coherent workflow; it feels like an uncurated bundle of endpoints.

Completeness3/5

The SEC filing workflow is reasonably covered: company lookup, search, latest/recent filings, section extraction, 8-K events, comparisons, ownership filings, and XBRL financial checks are all present. However, there is no full-filing retrieval endpoint, no deep company financial history beyond a single concept, and many non-SEC subdomains are only one-off data points, so the overall surface is still incomplete.