scan_tool_manifest
Audit a tools/list JSON-RPC result or tools array offline to detect risky MCP tool definitions in a connected server. Read-only, no network access.
Instructions
Audit a tools/list response that you already have, without any network access. Accepts the JSON-RPC result object, a bare list of tool definitions, or the tools array itself. Use this to check a server you are already connected to. Read-only and offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | A tools/list result, or {"tools": [...]} | |
| min_severity | No | Omit findings below this severity. Defaults to low. |