# osint_list_databases

List all databases found in a previous OSINT search by search ID.

Agent View of the PolicyLayer registry record for `osint_list_databases`. HTML page: https://policylayer.com/tools/deltafantazulu-recon/osint-list-databases

## Facts

- Tool: `osint_list_databases`
- Server: Recon (`deltafantazulu/recon`) — https://policylayer.com/tools/deltafantazulu-recon.md
- Homepage: https://github.com/deltafantazulu/recon
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 1
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `searchId` | string | no | The search ID from a previous osint_search |

Parameters from the server's own tool schema.

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "osint_list_databases",
    "arguments": {}
  }
}
```

## Why osint_list_databases is rated Low

This tool only queries and displays information about leaked databases already discovered in a prior OSINT search. It has no side effects—it does not modify data, delete records, execute code, or commit financial transactions. While the server deals with sensitive leaked data, the tool itself is a passive retrieval mechanism.

From the tool's own definition: "Tool 'osint_list_databases' lists/retrieves databases from a prior search result; described as retrieving 'findings' with no capability to modify, delete, or execute operations. The verb 'list' and retrieval pattern are characteristic of Read operations."

## Use case

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

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

## Other tools on Recon (2)

- `osint_get_results` — Read — https://policylayer.com/tools/deltafantazulu-recon/osint-get-results.md
- `osint_search` — Read — https://policylayer.com/tools/deltafantazulu-recon/osint-search.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=deltafantazulu-recon · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/deltafantazulu-recon
