Skip to main content
Glama

Cubesphere Insider

get_activist_stakes

Read-onlyIdempotent

Get Schedule 13D/13G beneficial-ownership filings (activist and 5%+ large-holder stakes) for one company - ticker is required. Returns one row per filing with filer names and the maximum reported percent of class; detailed item narrative text is not included. event_revision is always null for these forms (a fact of the form, not missing data). Data delayed 24 hours (known_at); recent filings only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of 13D/13G filings to return. Default 20.
tickerYesStock ticker symbol of the company (issuer), e.g. AAPL or TSLA. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already convey read-only/idempotent hints, but the description adds valuable behavioral context: return format (one row per filing, filer names, max percent), exclusions (no item narrative text), the meaning of event_revision null, and data delay. This goes well beyond the structured annotations and sets accurate expectations.

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 concise, front-loaded with the core purpose, and every sentence provides useful detail without repetition. It is well-structured for consumption by an agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a simple parameter set and an output schema, so the description does not need to explain return values. It fully covers critical context: data delay, recency, null handling, and exclusions, making the tool's behavior clear for selection and invocation.

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% with descriptive parameter definitions for both ticker and limit. The description reinforces that ticker is required and mentions 'recent filings only' as context, but it does not add substantive meaning beyond the schema. A baseline of 3 is appropriate.

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's function: 'Get Schedule 13D/13G beneficial-ownership filings (activist and 5%+ large-holder stakes) for one company.' It specifies the resource (company filings), the verb (get), and the scope (one company, ticker required). It also differentiates from sibling tools by focusing on activist/large-holder filings rather than timelines or sale notices.

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 for when to use the tool: it requires a ticker, targets recent filings only, and notes a 24-hour data delay. It does not explicitly exclude alternatives or mention when not to use it, but the context is unambiguous.

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

A4.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: activist stakes (13D/G), sale notices (Form 144), interpreted Form 4 events, and a merged timeline. Though the timeline overlaps with the others, descriptions explicitly direct users to dedicated tools for specific forms, preventing confusion.

Naming Consistency4/5

Three tools use the verb 'get_' with a descriptive noun (activist_stakes, company_timeline, sale_notices), while one uses 'search_' for a query-oriented endpoint. This is a minor deviation from a consistent verb-first pattern, but the names remain intuitive and readable.

Tool Count5/5

With only four tools, the server is tightly scoped to insider trading data. Each tool covers a distinct filing type or aggregation view, and the count is appropriate for the domain without being thin or bloated.

Completeness5/5

The surface covers all major SEC insider-trading forms: Form 4 (search_insider_events), Schedule 13D/G (get_activist_stakes), Form 144 (get_sale_notices), and a combined view (get_company_timeline). This is a complete lifecycle for reading insider activity; no obvious gaps exist.

Resources