MCPcopy
hub / github.com/prowler-cloud/prowler / DescribeToolInput

Interface DescribeToolInput

ui/lib/lighthouse/tools/meta-tool.ts:12–14  ·  view source on GitHub ↗

Input type for describe_tool

Source from the content-addressed store, hash-verified

10
11/** Input type for describe_tool */
12interface DescribeToolInput {
13 toolName: string;
14}
15
16/** Input type for execute_tool */
17interface ExecuteToolInput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected