osint_preview
Preview a resource's schema and sample data before fetching, showing column types, text structure, or API parameters to confirm it contains what you need.
Instructions
Preview a resource's schema and sample data before fetching.
For tabular data: shows column names, types, and sample rows. For documents: shows text excerpt and structure. For APIs: shows available parameters and endpoints.
Use to confirm a resource has what you need before calling osint_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_bytes | No | Max bytes for text preview (default: 4000) | |
| row_limit | No | Sample rows for tabular data (default: 5) | |
| resource_id | Yes | Resource ID from osint_search results |