osint_list_databases
List all databases found in a previous OSINT search by search ID.
This record as markdown: /tools/deltafantazulu-recon/osint-list-databases.md
What osint_list_databases does on Recon
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.
| Parameter | Type | Required | Description |
|---|---|---|---|
searchId | string | — | The search ID from a previous osint_search |
Parameters from the server's own tool schema.
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 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.
Attacks that exploit this kind of access
The rule that runs osint_list_databases safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Recon, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For osint_list_databases, this is the rule to start with:
osint_list_databases is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Recon, apply this rule, and every osint_list_databases call is checked against it from then on.
Questions about osint_list_databases
List all databases found in a previous OSINT search by search ID. It is categorised as a Read tool in the Recon MCP Server, which means it retrieves data without modifying state.
osint_list_databases accepts 1 parameter: searchId. The full parameter table on this page comes from the server's own tool schema.
Register the Recon MCP server in PolicyLayer and add a rule for osint_list_databases: 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 Recon. Nothing to install.
osint_list_databases 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 osint_list_databases 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 osint_list_databases. 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.
osint_list_databases is provided by the Recon MCP server (deltafantazulu/recon). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Recon, and thousands of servers like it.
This server
Across the catalogue