Get Rapid7 Schema
get_rapid7_schemaRetrieve the schema of loaded tables including assets, vulnerabilities, policies, and vulnerability_remediation. Understand column names and data types to write effective queries.
Instructions
Get the schema of all database tables.
Returns column names and data types for all existing tables: assets, vulnerabilities, policies, and vulnerability_remediation. Tables that have not been loaded yet are omitted.
Use this to understand what data is available before writing queries.
Returns: Table schemas as formatted JSON, keyed by table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |