risk_factor_changes
Compare risk-factor wording in the two latest comparable SEC reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker, company name, or SEC CIK |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Compare risk-factor wording in the two latest comparable SEC reports.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker, company name, or SEC CIK |
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Compare' implies a read-only analysis, but the description does not explain how 'comparable' is determined, what happens if fewer than two reports exist, or what limitations may apply. This leaves important behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single tight sentence with no filler. The verb, target, and scope are front-loaded, making it easy for an agent to grasp quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter comparison tool with an output schema, the description provides the core action and scope adequately. It does not explain the selection logic behind 'comparable' reports, but the overall definition is sufficient for basic invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the ticker parameter already documents that it accepts a ticker, company name, or SEC CIK. The description adds no parameter-specific meaning beyond the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Compare'), a precise resource ('risk-factor wording'), and a clear scope ('the two latest comparable SEC reports'). This distinguishes it from sibling tools like financial_changes or what_changed, which target different comparison subjects.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use case is implied: use when you need to compare risk-factor wording across the two latest comparable SEC reports. However, the description gives no explicit guidance about when not to use it or which sibling tool to prefer for financial or general changes.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.