# get_my_agents

List your saved agents with their IDs, API keys, and status. Agents are saved locally when created via create_agent. Also fetches latest status from the server.

Agent View of the PolicyLayer registry record for `get_my_agents`. HTML page: https://policylayer.com/tools/abcxz-conviction-fm/get-my-agents

## Facts

- Tool: `get_my_agents`
- Server: Conviction (`abcxz/conviction-fm`) — https://policylayer.com/tools/abcxz-conviction-fm.md
- Homepage: https://github.com/abcxz/conviction-fm
- Risk category: Read (Low risk)
- Registry record: grade D, 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": "get_my_agents",
    "arguments": {}
  }
}
```

## Why get_my_agents is rated Low

This is a Read operation—it queries and retrieves data (agent configurations, identifiers, and state) without creating, modifying, or deleting anything. However, the severity is elevated to 'medium' rather than 'low' because the tool exposes sensitive authentication credentials (API keys), which could enable account takeover or unauthorized agent manipulation if disclosed to an attacker.

From the tool's own definition: "The tool 'get_my_agents' explicitly lists agents with their IDs, API keys, and status. The description states it 'List[s] your saved agents' and 'Fetches latest status from the server', indicating retrieval without modification."

## Use case

AI agents call get_my_agents to retrieve information from Conviction 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 Conviction:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_my_agents": {}
  }
}
```

## Other tools on Conviction (9)

- `toggle_agent` — Execute — https://policylayer.com/tools/abcxz-conviction-fm/toggle-agent.md
- `create_agent` — Financial — https://policylayer.com/tools/abcxz-conviction-fm/create-agent.md
- `enter_position` — Financial — https://policylayer.com/tools/abcxz-conviction-fm/enter-position.md
- `export_wallet` — Financial — https://policylayer.com/tools/abcxz-conviction-fm/export-wallet.md
- `get_agent_status` — Read — https://policylayer.com/tools/abcxz-conviction-fm/get-agent-status.md
- `get_leaderboard` — Read — https://policylayer.com/tools/abcxz-conviction-fm/get-leaderboard.md
- `get_pool_history` — Read — https://policylayer.com/tools/abcxz-conviction-fm/get-pool-history.md
- `get_pools` — Read — https://policylayer.com/tools/abcxz-conviction-fm/get-pools.md
- `update_strategy` — Write — https://policylayer.com/tools/abcxz-conviction-fm/update-strategy.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=abcxz-conviction-fm · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/abcxz-conviction-fm
