Skip to main content
Glama
wcheng2001-del

serenity-data-mcp

get_shareholder_activity

Retrieve shareholder activity for A-shares or insider transactions for US equities to analyze ownership changes and insider trading patterns.

Instructions

Get shareholder activity for A shares or insider transactions for US equities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only restates the read operation and the market split; it does not mention time range, data source, pagination, output format, or any caveats about A-share vs US equity data.

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 a single sentence with no filler, front-loading the action and resource. It is compact, though the phrase 'A shares or insider transactions for US equities' is slightly cryptic.

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

Completeness2/5

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

For a tool with no annotations and no output schema, the description is thin: it does not say what the response contains, how the ticker parameter is interpreted, or what edge cases exist. It is enough to select the tool but not enough to invoke it with full confidence.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description never mentions 'ticker' or explains how to format A-share tickers versus US tickers. The agent gets no help beyond the bare property name in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Get shareholder activity') and adds a market-specific split (A shares vs US insider transactions). It is distinguishable from siblings like get_stock_prices or get_company_news, though it does not explicitly name them.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the sibling tools, no exclusions, and no alternatives. The only usage signal is implicit: if you need shareholder activity or insider transactions, this tool is the one.

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