@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface AdcpTestToolsCallRequest

    Typed variant of AdcpTestRequest for tools/call. Used by the dispatchTestRequest overload that returns a typed CallToolResult.

    interface AdcpTestToolsCallRequest {
        method: "tools/call";
        params: { name: string; arguments?: Record<string, unknown> };
    }
    Index

    Properties

    Properties

    method: "tools/call"
    params: { name: string; arguments?: Record<string, unknown> }