osint_get_results
Get paginated results from a previous OSINT search by search ID. Returns entries from a specific database and page.
This record as markdown: /tools/deltafantazulu-recon/osint-get-results.md
What osint_get_results does on Recon
AI agents call osint_get_results 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 |
|---|---|---|---|
page | number | — | Page number (default: 1) |
dbIndex | number | — | Database index (default: 0) |
searchId | string | — | The search ID from a previous osint_search |
Parameters from the server's own tool schema.
Why osint_get_results is rated Low
This tool retrieves and queries data from previous searches without modifying, creating, deleting, or executing operations. It is a Read operation. However, severity is rated 'high' rather than 'low' because the data being retrieved consists of sensitive personal information and leaked credentials from breach databases.
From the tool's definition Tool description states 'Get paginated results from a previous OSINT search by search ID. Returns entries from a specific database and page.' The verb 'Get' and 'Returns' indicate data retrieval with no modification.
Attacks that exploit this kind of access
The rule that runs osint_get_results 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_get_results, this is the rule to start with:
osint_get_results 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_get_results call is checked against it from then on.
Questions about osint_get_results
Get paginated results from a previous OSINT search by search ID. Returns entries from a specific database and page. It is categorised as a Read tool in the Recon MCP Server, which means it retrieves data without modifying state.
osint_get_results accepts 3 parameters: page, dbIndex, 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_get_results: 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_get_results 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_get_results 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_get_results. 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_get_results 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