personal_holdings returns the positions you saved in Dashboard → Profile. Use it when an agent needs your portfolio context before calling market, filing, or research tools: concentration checks, “what do I own?”, asset-class filters, or portfolio-aware research.The tool is read-only. It does not place trades, connect to a brokerage account, or fetch live balances. Values are what you saved in Profile; combine this with price tools when the answer needs current market data.Only your own account’s Profile data is returned.
Start with personal_holdings when the user asks a portfolio-aware question, then call market tools only for the tickers that matter. This keeps the agent focused on the user’s saved positions.
Any active API key or Remote MCP URL for your account can read this saved Profile data until you delete the saved rows or revoke the credential.
Values are user-saved profile values, not live market quotes or brokerage balances. Use price tools for current market data.