Hi everyone,
I'm playing with webMCP on a search form using imperative implementation (next.js app). The form has several quite long lists eg. cities (200+ items), categories (~100).
The form submits the cityId and categoryId, so the agent should be able to resolve the city from the prompt to the corresponding ids.
Is there a specific schema structure to expose the list/mapping?
Just generate as description text? It might work, but looks eh..
Create a tool for resolving ids and referring it in the cityId field description?
Thanks
Tibor