Tool Capability Risk
tool_risk_assessmentScores MCP server tool risk by live-introspecting servers and classifying capabilities to assess blast radius before granting or trusting tools.
Instructions
Live-introspect MCP servers and score each tool's capability risk.
Discovers configured MCP clients, connects to their servers, calls
``tools/list``, and classifies every exposed tool by capability
(filesystem, network, code execution, credential access) to produce a
per-tool and per-server risk score from what the servers actually
advertise at runtime.
Args:
config_path: MCP client config directory to read; auto-discovers all
supported clients when omitted.
timeout: Per-server introspection timeout in seconds.
Returns:
JSON with per-server tool inventories, per-tool capability classes
and risk levels, and an aggregate server risk rating.
Use this to assess the blast radius of MCP servers an agent can reach
before granting or trusting their tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Per-server introspection timeout in seconds. | |
| config_path | No | Path to MCP client config directory. Auto-discovers all if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |