Get comprehensive portfolio analytics including total value, IL metrics, yield performance, and position breakdown.
AI agents call portfolio_analytics to retrieve information from Saros MCP Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool performs read-only data retrieval and analysis operations on portfolio information. It has no side effects—it does not create, modify, delete, or execute transactions. The sibling tools (get_farm_positions, get_lp_positions, simulate_rebalance, swap_quote) are similarly informational in nature. Misuse carries minimal risk as it cannot alter user funds or trigger unwanted blockchain transactions.
From the tool's definition Tool description explicitly states it 'Get[s] comprehensive portfolio analytics' with no mention of modifying, creating, deleting, or executing operations.
Attacks that exploit this kind of access
Get comprehensive portfolio analytics including total value, IL metrics, yield performance, and position breakdown. It is categorised as a Read tool in the Saros MCP Server MCP Server, which means it retrieves data without modifying state.
Register the Saros MCP Server MCP server in PolicyLayer and add a rule for portfolio_analytics: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Saros MCP Server. Nothing to install.
portfolio_analytics is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the portfolio_analytics rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for portfolio_analytics. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
portfolio_analytics is provided by the Saros MCP Server MCP server (pavilion-devs/saros-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
portfolio_analytics is one line of Saros MCP Server's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →