pub type ToolMetadataInput = RegisterToolInput;
RegisterToolInput
struct ToolMetadataInput { pub id: String, }
id: String
ID of the tool, as it was configured.