pub fn format_success_with_metadata<T: Serialize>(
tool_name: &str,
data: &T,
metadata: ResponseMetadata,
) -> StringExpand description
Format a success response with metadata
Use this when you need to include information about truncation, compression, or item counts.
ยงArguments
tool_name- Name of the tooldata- The response datametadata- Response metadata