# osint_get_results

Get paginated results from a previous OSINT search by search ID. Returns entries from a specific database and page.

Agent View of the PolicyLayer registry record for `osint_get_results`. HTML page: https://policylayer.com/tools/deltafantazulu-recon/osint-get-results

## Facts

- Tool: `osint_get_results`
- 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: 3
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `page` | number | no | Page number (default: 1) |
| `dbIndex` | number | no | Database index (default: 0) |
| `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_get_results",
    "arguments": {}
  }
}
```

## 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 own 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."

## Use case

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.

## 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_get_results": {}
  }
}
```

## Other tools on Recon (2)

- `osint_list_databases` — Read — https://policylayer.com/tools/deltafantazulu-recon/osint-list-databases.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
