Skip to main content
Glama

Cubesphere Insider

get_sale_notices

Read-onlyIdempotent

Get Form 144 notices of proposed insider sales for one company - ticker is required. shares_to_sell and aggregate_market_value are as-filed intentions announced before the sale, not executed trades - the matching Form 4 sale, if any, typically follows about a day later. event_revision is always null for this form. Data delayed 24 hours (known_at); recent filings only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of Form 144 notices 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?

Beyond the readOnlyHint and idempotentHint annotations, the description adds substantial behavioral context: shares_to_sell and aggregate_market_value are as-filed intentions, not executed trades; matching Form 4 sales typically follow a day later; event_revision is always null; data is delayed 24 hours and only recent filings are returned. This goes well beyond what annotations convey.

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 and front-loaded, starting with a clear purpose sentence. Every subsequent sentence adds meaningful behavioral or temporal context without redundancy, and the overall length is appropriate.

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 description covers the tool's purpose, required input, temporal delays, filing semantics, and known quirks (event_revision null). Since an output schema exists, return value details are not needed. This is complete for a read-only, single-company lookup tool.

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 already fully documents both parameters (ticker and limit) with descriptions and defaults, so schema coverage is 100%. The description adds no additional meaning specifically about the parameter semantics, though it clarifies the output field semantics (shares_to_sell, aggregate_market_value).

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 Form 144 notices of proposed insider sales for a single company, using a specific verb ('Get') and resource ('Form 144 notices'). It also notes ticker is required, which differentiates it from broader sibling tools like search_insider_events.

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 it is for one company and that ticker is required, providing clear context for when to use it. It does not explicitly mention alternatives or exclusions, but the 'one company' constraint and focus on Form 144 imply appropriate usage.

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