# portfolio-tokens-details

A read tool on the 1inch Cross-Chain Swap MCP Server MCP server.

Agent View of the PolicyLayer registry record for `portfolio-tokens-details`. HTML page: https://policylayer.com/tools/vaibhavgeek-one-inch-mcp/portfolio-tokens-details

## Facts

- Tool: `portfolio-tokens-details`
- Server: 1inch Cross-Chain Swap MCP Server (`vaibhavgeek/one_inch_mcp`) — https://policylayer.com/tools/vaibhavgeek-one-inch-mcp.md
- Homepage: https://github.com/vaibhavgeek/one_inch_mcp
- Risk category: Read (Low risk)
- Registry record: grade A, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "portfolio-tokens-details",
    "arguments": {}
  }
}
```

## Why portfolio-tokens-details is rated Low

The tool appears to fetch or list detailed information about tokens in a user's portfolio across chains. This is a read-only data retrieval operation with no side effects. Although the description is empty, the name, sibling tools, and server context (portfolio management tools) strongly indicate a Read classification. Severity is low because querying portfolio data poses minimal risk if misused by an AI agent.

From the tool's own definition: "Tool name 'portfolio-tokens-details' strongly suggests retrieval of token details from a portfolio. Sibling tools like 'portfolio-general-value', 'portfolio-value-chart', and 'swap-status' are clearly Read operations."

## Use case

AI agents call portfolio-tokens-details to retrieve information from 1inch Cross-Chain Swap MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches 1inch Cross-Chain Swap MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "portfolio-tokens-details": {}
  }
}
```

## Other tools on 1inch Cross-Chain Swap MCP Server (5)

- `swap` — Financial — https://policylayer.com/tools/vaibhavgeek-one-inch-mcp/swap.md
- `portfolio-general-value` — Read — https://policylayer.com/tools/vaibhavgeek-one-inch-mcp/portfolio-general-value.md
- `portfolio-protocols-value` — Read — https://policylayer.com/tools/vaibhavgeek-one-inch-mcp/portfolio-protocols-value.md
- `portfolio-value-chart` — Read — https://policylayer.com/tools/vaibhavgeek-one-inch-mcp/portfolio-value-chart.md
- `swap-status` — Read — https://policylayer.com/tools/vaibhavgeek-one-inch-mcp/swap-status.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=vaibhavgeek-one-inch-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/vaibhavgeek-one-inch-mcp
