Skip to main content
Glama

Gurufocus Insider

gurufocus_insider
Read-onlyIdempotent

Get insider trades for a symbol — corporate insiders buying/selling. Returns insider identity, role/position, transaction date, trade type, share count, execution price, and resulting ownership. Supports pagination. Example: gurufocus_insider({ symbol: "AAPL", page: 1, _apiKey: "your-token" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (optional, default 1)
symbolYesStock ticker symbol, e.g. "AAPL"
_apiKeyYesGuruFocus Data API token
per_pageNoRecords per page (optional, default 40)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds useful behavioral context beyond annotations by stating that pagination is supported and listing exactly what data is returned (insider identity, role, date, trade type, share count, price, ownership). No contradiction with annotations.

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 plus an example, with the core purpose front-loaded and no filler. The return-fields list is compact, and the example anchors all relevant parameters without repeating schema verbatim. Every sentence earns its place.

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?

For a read-only retrieval tool, the description covers the essential behavior: what it returns, pagination support, and a full invocation example. There is no output schema, but the enumerated fields provide enough return-shape context. It lacks only minor details like default per_page (already in schema) and possible error behavior, so a 4 is justified.

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 description coverage is 100%, so the baseline is 3; the schema already documents symbol, page, per_page, and _apiKey. The description complements it with a concrete example call and mentions pagination, but does not add materially new meaning about any parameter beyond what the schema already provides.

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 opens with a specific verb and resource—'Get insider trades for a symbol'—and clearly distinguishes this from sibling tools like gurufocus_gurus, gurufocus_price, and gurufocus_summary by focusing on corporate insider buy/sell activity. It also enumerates the key returned fields, so an agent knows exactly what this tool provides.

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 gives clear context for when to use this tool: whenever insider transactions for a symbol are needed. It does not explicitly name alternatives or exclusions, but the concrete example and field list make the intended use case obvious. A 4 is appropriate because the context is unambiguous, though no direct sibling comparison is offered.

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.