All tools
ToolWrite
Propose Research Delta
propose_research_deltaPrepare a source-backed change proposal for a company thesis, claim, catalyst, risk, or research agenda.
When to use it
The task is centered on a saved ticker, thesis, claim, or research review.
Typical workflow
Use company context first, then thesis, claims, reviews, and evidence gaps.
What it returns
Company thesis context, claims, reviews, and evidence health signals.
Avoid using it when
The ticker is not saved in Prism or the task only needs generic market data.
Advanced input contract
Agent hosts use this JSON Schema to validate the exact input shape.
View JSON Schema
{
"type": "object",
"properties": {
"action": {
"type": "string"
},
"mode": {
"type": "string",
"enum": [
"execute",
"preview",
"commit"
]
},
"payload": {
"type": "object"
},
"idempotencyKey": {
"type": "string"
},
"operationId": {
"type": "string",
"format": "uuid"
},
"commitToken": {
"type": "string"
}
},
"required": [
"action",
"mode"
],
"additionalProperties": false
}