Crypto_MCP

by 1595901624
Verified

sha256

Calculate SHA-256 hash of a string

Input Schema

NameRequiredDescriptionDefault
inputYesThe input string to hash

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "The input string to hash", "type": "string" } }, "required": [ "input" ], "type": "object" }