Get Project watchlist item
get_project_watchlist_itemYou need saved Markets watchlist companies or Project conditions, catalysts, risks, milestones, questions, and progress updates.
When to use it
You need saved Markets watchlist companies or Project conditions, catalysts, risks, milestones, questions, and progress updates.
Use Markets watchlist tools for ticker tracking and Project watchlist tools for structured monitoring items. List current state before mutations; watchlist-only work does not require workspace context.
Markets watchlist metadata and mutations, or Project watchlist items, immutable events, evidence, summaries, and order versions.
Avoid using it when
You intend to change thesis fields, claims, catalysts, risks, or research-agenda rows; those consequential writes must use Research Delta proposals.
Advanced input contract
Agent hosts use this JSON Schema to validate the exact input shape.
View JSON Schema
{
"type": "object",
"properties": {
"folderId": {
"type": "string",
"format": "uuid"
},
"itemId": {
"type": "string",
"format": "uuid"
}
},
"required": [
"folderId",
"itemId"
],
"additionalProperties": false
}