Anchorage API reference
    Preparing search index...

    One connector call, as seen by tool-boundary policies.

    interface ToolCallContext {
        connectorId: string;
        egress: readonly string[];
        input: unknown;
        requestContext?: RequestContext<unknown>;
        sideEffect: SideEffect;
    }
    Index

    Properties

    connectorId: string

    Connector id declared by the tool.

    egress: readonly string[]

    Hostnames the connector's manifest declares it calls.

    input: unknown

    Validated connector input.

    requestContext?: RequestContext<unknown>

    Trusted per-call context supplied by the host, when available.

    sideEffect: SideEffect

    Side-effect classification declared by the connector.