Skip to main content
Glama
tanmaymish

MarketPulse MCP

by tanmaymish

get_insider_signal

Analyze insider transactions from SEBI SAST filings to generate a BUY/SELL/NEUTRAL signal based on promoter and director trading patterns.

Instructions

Insider trading pattern analysis from SEBI SAST disclosures (public).

Tracks promoter/director/KMP buy and sell transactions. Insiders buying their own stock = strongest possible conviction signal.

"When this CFO buys his own stock → average return is +23% in 6 months"

Returns:

  • signal: BUY / SELL / NEUTRAL

  • net_signal: accumulating / distributing / neutral

  • recent buy/sell transactions with person + designation

  • price change since last insider buy

Args: symbol: NSE symbol (e.g. RELIANCE, INFY, ZEEL)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden and provides useful context: data source (public SEBI SAST disclosures), tracked transaction types (promoter/director/KMP), and detailed return fields (signal, net_signal, transactions, price change). It stops short of disclosing limitations like update frequency or historical depth, but is transparent for a read-only analysis tool.

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 opens with a clear purpose, then uses a 'Returns:' list and an 'Args:' section for structure. The example quote adds flavor but is not strictly necessary; still, the overall length is reasonable and information is front-loaded.

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?

The description covers the essential aspects for a simple one-parameter tool: what it does, data source, outputs, and parameter format. An output schema exists, so return values don't need to be re-explained. It is complete enough, though it could benefit from explicitly differentiating when to use this over closely related siblings.

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

Parameters5/5

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

The input schema only defines 'symbol' as a string with no description. The description compensates completely by specifying 'NSE symbol' and providing concrete examples (RELIANCE, INFY, ZEEL). This bridges the 0% schema_description_coverage effectively.

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: 'Insider trading pattern analysis from SEBI SAST disclosures (public).' It specifies the resource (insider trading data) and the action (pattern analysis, returning a signal). It distinguishes from siblings like nse_insider_trading by focusing on derived conviction signals (BUY/SELL/NEUTRAL) rather than raw disclosures.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when assessing insider conviction, e.g., 'Insiders buying their own stock = strongest possible conviction signal') but does not explicitly compare to alternatives like nse_insider_trading or promoter_shareholding. There are no exclusion statements or direct references to sibling tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tanmaymish/MarketPulse-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server