top | item 44851420

(no title)

cle | 6 months ago

Every time the LLM uses this tool, the response schema is validated--deterministically. The LLM will never see a non-integer value as output from the tool.

discuss

order

whoknowsidont|6 months ago

Can you please diagram out, using little text arrows ("->"), what you think is happening so I can just fill in the gap for you?

cle|6 months ago

I write these as part of my job, I know how they work. I'm not going to spend more time explaining to you (and demonstrating!) what is in the spec. Read the spec and let the authors know that they don't understand what they wrote. I've run out of energy in this conversation.

masafej536|6 months ago

llm tool call -> mcp client validates the schema -> mcp client calls the tool -> mcp server validates the schema -> mcp server responds with the result -> mcp client passes the tool result into llm