expect(tool?.params.find(({ name })=>name==='pageSize')?.description).toBe(
'Number of templates to return per page (default: 20, max: 200). When paginating with pageToken, pass the same pageSize used on the first request to keep page boundaries consistent.'
)
})
it('uses evaluated constants instead of emitting template expressions',async()=>{