Skip to main content
Glama

Signal Nodus SEC Filings

13D/13G stakes in a company

activist_stakes
Read-only

The first public signal of an activist position: Schedule 13D and 13G beneficial-ownership filings naming a company over a window, newest first. A fresh 13D is where an activist campaign becomes public. Costs $0.05 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback window in days, 30-730. Default 365.
limitNoFilings to return, max 100. Default 25.
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?

The annotations already declare readOnlyHint=true and openWorldHint=true, so the description does not need to re-state safety. It adds valuable context: the ordering ('newest first'), the window parameter, and the cost per call ($0.05). This goes beyond annotations and covers practical constraints, though it doesn't describe return format or pagination, keeping it at a 4.

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 two sentences: the first states the core function with specifics (filings, company, window, ordering), and the second provides the activist context and cost. Every word adds value, with no fluff or redundancy. It is front-loaded and highly efficient.

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?

With no output schema, the description does not explain the exact structure of returned filings, but it does convey the nature of the data (13D/13G filings) and the ordering. Given the tool's simplicity (3 params, clear purpose) and the strong annotations, the description is largely sufficient. A minor gap is the lack of mention of what fields are in the response, but it does not detract significantly.

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 descriptions for all three parameters are complete (100% coverage), so the description does not need to repeat them. It does add a little context by mentioning 'over a window' which aligns with the 'days' parameter, but no extra meaning beyond the schema is provided. The baseline of 3 is appropriate given the schema already carries the parameter semantics.

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 clearly states the tool retrieves Schedule 13D and 13G beneficial-ownership filings for a specific company over a time window, sorted newest first. It explicitly names the regulatory filings (13D/13G) and the activist-position context, which distinguishes it from generic filing tools like latest_filings or recent_filings.

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 provides clear context: it is the first public signal of an activist position, implying use when seeking activist stake information. It mentions the cost per call, which is useful for decision-making. However, it does not explicitly state when NOT to use it or mention alternatives (e.g., using recent_filings for broader filing needs), so it falls slightly short of a 5.

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.