All tools
ToolRead

Get holding research priority

get_holding_research_priority

You need Prism portfolio tracking records, exposure, holdings, or research priority.

When to use it

You need Prism portfolio tracking records, exposure, holdings, or research priority.

Typical workflow

List portfolios, read exposure or priority, then mutate tracking records only if asked.

What it returns

Portfolio metadata, holdings, exposure, priority, or tracking mutations.

Avoid using it when

You need brokerage trades, account connections, or watchlist mutation.

Advanced input contract

Agent hosts use this JSON Schema to validate the exact input shape.

View JSON Schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50,
      "default": 25
    }
  },
  "additionalProperties": false
}

Useful next tools