4 ms·
> zero information lost You're just returning the name of the tool, the rest of the information (description/input schema) is definitely lost. Cut to the LLM m
by saretup 2mo ago
> zero information lost
You're just returning the name of the tool, the rest of the information (description/input schema) is definitely lost. Cut to the LLM making mistakes in calling the tool with incorrect schema or calling the wrong tools altogether, recovering, wasting tokens and cycles.
- mcptokensaver 1mo ago[dead]
- mcptokensaver 1mo agoThe format preserves all fields — name, description, and input schema are all there, just encoded with pipes instead of braces and quotes. It's lossless, not a truncation. I should have made that clearer in the post.