Skip to content

fingerprintToolCatalog

function fingerprintToolCatalog(tools): Promise<Record<string, string>>;

Fingerprints a remote tool catalogue the way fingerprintTools expects: raw JSON Schema objects must be wrapped with jsonSchema() or the digest ignores schema entirely.

Parameter Type

tools

readonly McpToolCatalogEntry[]

Promise<Record<string, string>>